MCP.so
登录

aiohttp-mcp

@kulapard

关于 aiohttp-mcp

Tools for building Model Context Protocol (MCP) servers on top of aiohttp

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

kulapard

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aiohttp-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is aiohttp-mcp?

aiohttp-mcp is a library for building Model Context Protocol (MCP) servers using the aiohttp web framework. It implements the MCP protocol natively without heavy SDK dependencies, providing tools, resources, and prompts with decorator registration. It is intended for Python developers who want to integrate MCP capabilities into existing aiohttp applications or build standalone MCP servers.

How to use aiohttp-mcp?

Install via uv add aiohttp-mcp or pip install aiohttp-mcp. Then create an AiohttpMCP instance, define tools using the @mcp.tool() decorator, and build the application with `build_mcp_app

评论

其他 分类下的更多 MCP 服务器