MCP Server
@sampad1990
关于 MCP Server
This project implements an MCP-compliant server that allows AI models to discover and invoke tools through a standardized protocol. The server is designed to be modular, with each tool implemented as a separate Python module.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server": {
"command": "python",
"args": [
"-m",
"src.server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server?
A scalable and modular Model Context Protocol (MCP) server implementation in Python that allows AI models to discover and invoke tools through a standardized protocol. Each tool is implemented as a separate Python module.
How to use MCP Server?
Install dependencies with pip install -r requirements.txt, then run python -m src.server. New tools can be added by creating a Python file in src/tools/ and using the @tool decorator.
Key features of MCP Server
- MCP‑compliant protocol for tool discovery and invocation
- Modular tool architecture with separate Python modules
@tooldecorator for easy tool registration- Written in Python, scalable and extensible
Use cases of MCP Server
—
FAQ from MCP Server
—
其他 分类下的更多 MCP 服务器
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论