Check your ~/.claude.json. There are several possible locations as documented here: https://claudelog.com/configuration#mcp-configuration Answer from inventor_black on reddit.com
🌐
Reddit
reddit.com › r/claudeai › claude code - where is my mcp configuration stored
r/ClaudeAI on Reddit: Claude Code - Where is my MCP configuration stored
June 27, 2025 -

I did `claude mcp add ...` to add a local MCP server, but I can't find where this config is stored.

It didn't update `.claude/settings.local.json`, it didn't create a `.mcp.json` file, it hasn't created or updated anything in `~/.claude`.

Yet when I do `claude mcp list`, it somehow knows about the MCP I added.

Where does Claude Code hide this configuration for local projects?

🌐
MCPcat
mcpcat.io › guides › adding-an-mcp-server-to-claude-code
Add MCP Servers to Claude Code - Setup & Configuration Guide | MCPcat
Add server: claude mcp add [name] --scope user List servers: claude mcp list Remove server: claude mcp remove [name] Test server: claude mcp get [name] Config location: macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · ...
🌐
Scott Spence
scottspence.com › home › posts › configuring mcp tools in claude code - the better way
Configuring MCP Tools in Claude Code - The Better Way - Scott Spence
March 30, 2025 - 🤦 Although I am a Windows Subsystem for Linux (WSL) user, the config for Claude Code file (unlike Claude Desktop) is stored in the Linux file system (as I’m running it in a node env) this means there’s none of the faffing around with passing the request through the wse.exe binary like I’ve had to do with Claude Desktop. The .claude.json file contains a a bit more than just MCP server configurations.
🌐
Claude
code.claude.com › docs › en › mcp
Connect Claude Code to tools via MCP - Claude Code Docs
This file is designed to be checked into version control, ensuring all team members have access to the same MCP tools and services. When you add a project-scoped server, Claude Code automatically creates or updates this file with the appropriate ...
🌐
ClaudeLog
claudelog.com › home › configuration
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
Complete Claude Code configuration with comprehensive setup guides for API keys, model selection, MCP servers, tool permissions, and multi-directory workflows. Essential settings for optimizing your AI development experience. ... Use AI to create expressive CSS animations by splitting SVGs into logical parts. Claude can grok individual SVG components, split them into separate files...
🌐
GitHub
github.com › anthropics › claude-code › issues › 4976
Documentation incorrect about MCP configuration file location · Issue #4976 · anthropics/claude-code
August 2, 2025 - The Claude CLI documentation incorrectly states that MCP server configuration should be placed in ~/.claude/settings.json. This configuration file location does not work for MCP servers.
Published   Aug 02, 2025
🌐
LobeHub
lobehub.com › mcp › raphaelchristi-claude-mcp-config
Claude Code MCP Configuration Guide | MCP Servers · LobeHub
November 4, 2025 - Este repositório documenta a configuração completa dos servidores MCP (Model Context Protocol) com Claude Code, incluindo Context7 e TaskMaster AI. ... Uso: Comandos slash como /project-setup, /parse-prd, etc.
🌐
GitHub
github.com › steipete › claude-code-mcp
GitHub - steipete/claude-code-mcp: Claude Code as one-shot MCP server to have an agent in your agent.
(Note: In some mixed setups, if Cursor is also installed, these clients might fall back to using Cursor's ~/.cursor/mcp.json path. Prioritize the Codeium-specific paths if using the Codeium extension.) Create this file if it doesn't exist. Add or update the configuration for claude_code:
Starred by 963 users
Forked by 109 users
Languages   JavaScript 74.7% | TypeScript 22.7% | Shell 2.5% | Batchfile 0.1%
Find elsewhere
🌐
Model Context Protocol
modelcontextprotocol.io › docs › develop › connect-local-servers
Connect to local MCP servers - Model Context Protocol
... In the Settings window, navigate to the “Developer” tab in the left sidebar. This section contains options for configuring MCP servers and other developer features.Click the “Edit Config” button to open the configuration file...
🌐
Clockwise
getclockwise.com › home › blog › how to configure claude code mcp for smarter integration
How to Configure Claude Code MCP for Smarter Integration | Clockwise
November 11, 2025 - Best for: quick setup, testing, or one-time configurations ... Claude Code saves your server definitions in simple JSON files. Depending on the scope, they're placed in different locations: User scope: ~/.claude.json (available across all projects ...
🌐
Liblab
liblab.com › model context protocol (mcp)
Connect Claude to an MCP Server | Generate SDKs for your API with liblab
If you generated your MCP server using the liblab hosting service, use this option. Open Claude Desktop. In the settings, go to Developer and click Edit Config. This will open the claude_desktop_config.json file.
🌐
Playbooks
playbooks.com › mcp › claude-code
Claude Code MCP Server MCP server for AI agents
See the official Claude Code MCP documentation for more details. There are two ways to add an MCP server to Cursor. The most common way is to add the server globally in the ~/.cursor/mcp.json file so that it is available in all of your projects.
🌐
QuantConnect
quantconnect.com › docs › v2 › ai-assistance › mcp-server › claude-code
Claude Code - MCP Server
In a terminal, navigate to the directory you want Claude to operate in and then run claude --mcp-config <path_to_your_config_file>. $ claude --mcp-config C:/Users/derek/quantconnect_mcp_config.json · You can even use the terminal in Visual ...
🌐
GitHub
github.com › github › github-mcp-server › blob › main › docs › installation-guides › install-claude.md
github-mcp-server/docs/installation-guides/install-claude.md at main · github/github-mcp-server
Open Claude Code inside the directory ... your token. One common approach: ... claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer ......
Author   github