drio
Open app

claude_mcp

Source

Different MCP servers in Python

Catalog onlyCatalog onlySTDIO

Overview

claude_mcp is a project that implements different MCP (Message Control Protocol) servers using Python, aimed at developers interested in communication protocols.

To use claude_mcp, clone the repository from GitHub, set up your Python environment, and run the server scripts as per the documentation provided in the repository.

  • Implementation of multiple MCP server types in Python - Flexible and modular code structure - Comprehensive documentation for setup and usage
  1. Developing and testing communication software based on MCP.
  2. Experimenting with different configurations of MCP servers.
  3. Learning about server communication protocols using Python.

Add to your AI client

Use these steps to connect claude_mcp 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-bic-42": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

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-bic-42": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "claude-mcp-bic-42": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

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-bic-42": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "claude-mcp-bic-42": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "claude-mcp-bic-42": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-bic-42"
      ]
    }
  }
}

FAQ

What is MCP?

MCP stands for Message Control Protocol, a protocol used in network communications.

Is Python required to run the servers?

Yes, the project is implemented in Python, so a compatible version is necessary to run it.

Where can I find the documentation?

The documentation is available in the repository on GitHub at https://github.com/bic-42/claude_mcp.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":271,"uuid":"0000b4a0-5f74-4ce0-b4db-fec7cc032eb6","name":"claude_mcp","title":"claude_mcp","description":"Different MCP servers in Python","avatar_url":"https://avatars.githubusercontent.com/u/83737315?v=4","created_at":"2024-12-13T10:44:12.366Z","updated_at":"2024-12-13T12:28:09.942Z","status":"created","author_name":"bic-42","author_avatar_url":"https://avatars.githubusercontent.com/u/83737315?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/bic-42/claude_mcp","target":"_self","content":"# claude_mcp\nDifferent MCP servers in Python","summary":"$29","img_url":null,"type":null,"metadata":null,"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"}]]}]