MCP-Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-ServerExplain the difference between MCP tools and resources with examples."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🏗️ Core Architecture & Terminology
MCP system me 3 main components hote hain:
Component | Responsibility | Examples |
MCP Host | Wo AI application jo user se interact karti hai aur MCP connections ko initiate karti hai. | Claude Desktop, Cursor IDE, VS Code, AI Chatbots |
MCP Client | MCP Host ke andar ka module jo MCP Server ke sath 1-to-1 connection maintain karta hai. | Internal client connection protocol |
MCP Server | Ek lightweight application jo specific capabilities, data, ya tools expose karti hai. | GitHub MCP Server, Postgres MCP Server, Brave Search Server |
Related MCP server: FastMCP Demo Server
đź§© Key Building Blocks: Tools, Resources & Prompts
MCP Servers teen mukhya cheezein AI model ko provide karte hain:
Resources: Read-only data sources jo context provide karte hain (e.g., local files, database records, API logs, system status).
Tools: Actionable functions jo LLM execution ke waqt trigger kar sakta hai (e.g., “Create a Github Issue”, “Send an Email”, “Run SQL Query”).
Prompts: Pre-defined templates ya workflows jo complex tasks ko repeatably trigger karte hain (e.g., code review workflow, database schema generator).
🔄 How "Build, Connect, Deploy" Works
Build: Aap Python ya TypeScript/Node.js SDK ka use karke ek custom MCP Server banate hain jo aapke private API ya database se connect hota hai.
Connect: MCP Host (jaise Cursor ya Claude Desktop) ke configuration JSON file (
claude_desktop_config.json) me aap apne MCP Server ka path ya command register karte hain.Deploy: STDIO (local) ya SSE (Server-Sent Events / Remote over HTTP) transport channel ke zariye MCP Client aur Server aapas me secure communication karte hain.
This server cannot be deployed
Maintenance
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.
MCP server for developers documentation, generated by doc2mcp.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides instant access to MCP development documentation, best practices, production checklists, common mistakes, architecture patterns, and testing strategies to help developers build production-ready MCP servers.1MIT
- FlicenseAqualityDmaintenanceA production-ready MCP server that provides hackathon resources and reusable starter prompts. Built with FastMCP framework and includes comprehensive deployment options for development and production environments.1-
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.38 npmMIT
- FlicenseNot gradedqualityDmaintenanceA minimal, well-documented MCP server boilerplate providing a reusable baseline with tools, resources, prompts, and extensive documentation for building custom MCP servers.-