aiohttp-mcp
@kulapard
关于 aiohttp-mcp
Tools for building Model Context Protocol (MCP) servers on top of aiohttp
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论