π¦
mcp-server-dev-kit
[Model Context Protocol] Dev Kit - anything a developer need for him day to day works
0 installs
Trust: 39 β Low
Ai
Ask AI about mcp-server-dev-kit
Powered by Claude Β· Grounded in docs
I know everything about mcp-server-dev-kit. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-tools β‘
CLI toolkit for MCP server development β create, manage, search and publish Model Context Protocol servers.
Installation
pip install mcp-tools
Commands
Create a new MCP server
mcp-tools create weather
Generates a complete project with server, tools, config, README and .gitignore β ready to develop.
Search the server catalog
mcp-tools search crypto
mcp-tools search health
mcp-tools search infrastructure
Add a server to your project
mcp-tools add solana --package solana-mcp-server
mcp-tools add weather --package openmeteo-mcp-server
List configured servers
mcp-tools list
Remove a server
mcp-tools remove weather
What it generates
my-server/
βββ src/
β βββ server.py # FastMCP server entry point
β βββ tools/
β β βββ main_tools.py # Your tool definitions
β βββ clients/ # API clients
βββ pyproject.toml # Package config with entry points
βββ README.md
βββ .gitignore
More MCP Servers by AiAgentKarl
| Category | Servers |
|---|---|
| π Blockchain | Solana |
| π Data | Weather Β· Germany Β· Agriculture Β· Space Β· Aviation Β· EU Companies |
| π Security | Cybersecurity Β· Policy Gateway Β· Audit Trail |
| π€ Agent Infra | Memory Β· Directory Β· Hub Β· Reputation |
| π¬ Research | Academic Β· LLM Benchmark Β· Legal |
β Full catalog (40+ servers)
License
MIT
