MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

C
Claude Code MCP

Run Claude Code as an MCP server

Created 11/13/2025
Updated about 1 month ago
Repository documentation and setup instructions

claude-code-mcp

{
  "mcpServers": {
    "claude-code-mcp": {
      "command": "bunx",
      "args": ["claude-code-mcp@latest"]
    }
  }
}
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-claude-code-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "egoist-claude-code-mcp": { "command": "npx", "args": [ "egoist-claude-code-mcp" ] } } }