MCP Directory
Back

quick-mcp-example

by ALucek · Python · ★ 59

Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.

#mcp#model-context-protocol#model-context-protocol-servers

Install

pip install git+https://github.com/ALucek/quick-mcp-example.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "quick-mcp-example": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ALucek/quick-mcp-example.git"
      ]
    }
  }
}

From the README

Model Context Protocol, or MCP, is [an open protocol that standardizes how applications provide context to LLMs](https://modelcontextprotocol.io/introduction). In other words it provides a unified framework for LLM based applications to connect to connect to data sources, get context, use tools, and execute standard prompts. The MCP ecosystem outlines three specific components: - **MCP Servers** handle: tool availability (exposing what functions are available), tool execution (running those functions when requested), static content as resources (providing data that can be referenced), preset…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers