MCP Directory
Back

modelcontextprotocol

by AIBlockOfficial · Python · ★ 0

An MCP server for the AIBlock API

Install

pip install git+https://github.com/AIBlockOfficial/modelcontextprotocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/AIBlockOfficial/modelcontextprotocol.git"
      ]
    }
  }
}

From the README

Initialization scaffolding for the AIBlock MCP Server using Python, uv, and pyproject. References - MCP Overview: https://modelcontextprotocol.io/ - Transports (Streamable HTTP): https://modelcontextprotocol.io/docs/concepts/transports - MCP Python SDK: https://github.com/modelcontextprotocol/python-sdk - AIBlock SDK (PyPI): https://pypi.org/project/aiblock/ - Env - and set . Optional: , hosts. - Install - - - - Run - - Test - - MCP Inspector (install & run) - Requires Node.js 18+ or Docker. - Option A (npx, no install): - - Option B (global install): -…
Read full README on GitHub →

Related other servers