Claude MCP (Master Control Program)
MCP server with different tools to extend Claude-code functionalities.
Overview
Claude MCP (Master Control Program) is a modular server-based tooling system designed to enhance Claude's code generation capabilities by providing access to the latest documentation and resources for various frameworks and libraries.
To use Claude MCP, you can run it in either Personal Mode on your local machine or Shared Mode as a service for multiple users. Installation involves cloning the repository, installing dependencies, and running the server.
- Modular architecture allowing for the addition of custom tools. - Documentation Fetcher tool that automatically detects the latest versions and scrapes documentation. - Integration with Claude Code CLI for seamless access to tools and documentation. - Support for various frameworks including LangChain, FastAPI, React, and more.
- Enhancing code generation with up-to-date documentation.
- Facilitating team collaboration through shared server deployment.
- Custom tool development for specific documentation needs.
Add to your AI client
Use these steps to connect Claude MCP (Master Control Program) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"claude-mcp-rlabs-inc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claude-mcp-rlabs-inc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"claude-mcp-rlabs-inc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"claude-mcp-rlabs-inc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claude-mcp-rlabs-inc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"claude-mcp-rlabs-inc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-rlabs-inc"
]
}
}
}FAQ
Can Claude MCP be used for all programming languages?
Claude MCP primarily supports popular frameworks and libraries, but custom tools can be added for additional languages.
Is Claude MCP free to use?
Yes! Claude MCP is open-source and free to use.
How can I contribute to Claude MCP?
Contributions are welcome! You can submit a Pull Request on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2785,"uuid":"95cda0a2-839a-4621-91a7-5f9aa3ebc6c7","name":"claude-mcp","title":"Claude MCP (Master Control Program)","description":"MCP server with different tools to extend Claude-code functionalities.","avatar_url":"https://avatars.githubusercontent.com/u/182830825?v=4","created_at":"2025-03-14T01:51:31.245Z","updated_at":"2025-03-14T01:56:54.073Z","status":"created","author_name":"RLabs-Inc","author_avatar_url":"https://avatars.githubusercontent.com/u/182830825?v=4","tags":"claude-mcp,code-generation,documentation-tools","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/RLabs-Inc/claude-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 11:43:41\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]