smartapi-mcp

biothings/smartapi-mcp
★ 1 stars Python API Integration Updated today
Create MCP servers for one or multiple APIs registered in SmartAPI registry
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": {
    "smartapi-mcp": {
      "command": "uvx",
      "args": [
        "smartapi-mcp"
      ]
    }
  }
}

Or install with pip: pip install smartapi-mcp

README Excerpt

Create MCP (Model Context Protocol) servers for one or multiple APIs registered in the SmartAPI registry. The SmartAPI MCP Server enables integration between MCP-compatible clients and APIs registered in the SmartAPI registry. This allows for seamless discovery and interaction with bioinformatics and life sciences APIs through standardized MCP protocols.

Tools (1)

uvx