MCP Server
@sampad1990
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server": {
"command": "python",
"args": [
"-m",
"src.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
—
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 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,
Comments