MCP server in Python
@mccartykim
关于 MCP server in Python
Creating a barebones MCP server around python (plus uv), encapsulated in a nix flake
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP server in Python?
MCP server in Python is a minimal MCP (Model Context Protocol) demo server. It provides a stub location tool that reports where the demo is being presented and a tool to return the current time. The project is built with Python and uv, and is packaged as a Nix flake for easy execution.
How to use MCP server in Python?
Add the following entry to your Claude Desktop configuration file:
"minimal-mcp-in-nix": {
"command": "nix",
"args": [
"run",
"github:mccartykim/minimal-mcp-in-nix",
]
}
No manual installation or virtual environment setup is required—Nix handles everything.
Key features of MCP server in Python
- Stub location tool for demo presentations.
- Tool to get the current time.
- Nixified Python project using uv.
- Minimal demonstration of MCP server capabilities.
Use cases of MCP server in Python
- Showcasing MCP tools in a live presentation.
- Testing MCP integration with Claude Desktop.
- Demonstrating how to package a Python MCP server with Nix and uv.
FAQ from MCP server in Python
What does MCP server in Python actually do?
It offers two tools: one returns a fixed string indicating where the demo is being presented, and the other returns the current time.
How do I run MCP server in Python?
Add the configuration shown above to your Claude Desktop config file. The server will be launched automatically by Claude when needed using the nix run command.
Where is MCP server in Python derived from?
The project is derived from a Nix flake template for uv projects, available at github:nulladmin1/nix-flake-templates#uv.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

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.
评论