The claude code mcp server connects to the Claude Code local command, allowing AI agents to execute code, debug, and generate code snippets. It provides access to Claude Code's AI-powered coding assistant, integrating with local development environments. Developers use it to automate coding tasks, get real-time code suggestions, and improve productivity.
The claude code mcp server connects to the Claude Code local command, allowing AI agents to execute code, debug, and generate code snippets. It provides access to Claude Code's AI-powered coding assistant, integrating with local development environments. Developers use it to automate coding tasks, get real-time code suggestions, and improve productivity.
npx -y @kunihiros/claude-code-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kunihiros-claude-code-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @kunihiros/claude-code-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude code mcp?"
API Key Required
This server requires an API key from claude code mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDE_CODE_MCP_API_KEY | Yes | Your claude code mcp API key |
"What resources are available in claude code mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude code mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude code mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.