mcp-server

converged-computing/mcp-server
โ˜… 1 stars Python ๐Ÿค– AI/LLM Updated 2d ago
๐Ÿงช Agentic Server to support MCP Tools and Science
View on GitHub โ†’ Try with Claude โ€” $10 free โ†’

Quick Install

Copy the config for your editor. Some servers may need additional setup โ€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server