The claude-mcp server enables AI agents to programmatically interact with Claude Code. It supports session continuity and asynchronous execution. The server provides tools for sending prompts, receiving responses, and managing sessions. It connects directly to the Claude Code API. Developers use it to build AI workflows that require sustained interaction with Claude Code, such as complex code generation, debugging, or iterative development tasks.
The claude-mcp server enables AI agents to programmatically interact with Claude Code. It supports session continuity and asynchronous execution. The server provides tools for sending prompts, receiving responses, and managing sessions. It connects directly to the Claude Code API. Developers use it to build AI workflows that require sustained interaction with Claude Code, such as complex code generation, debugging, or iterative development tasks.
npx -y claude-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"claude-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y claude-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude-mcp?"
No configuration required. This server works out of the box.
"What resources are available in claude-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude-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.