CLI toolkit for MCP servers — create, test, publish and manage Model Context Protocol servers
Project description
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
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_dev_kit-0.1.0.tar.gz.
File metadata
- Download URL: mcp_server_dev_kit-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecdb66d31bb24152f48c70f4aceba4f98cfee0abd1eda6c2f84775836552b88b
|
|
| MD5 |
080d5d20a6f07158cc6c29a89dd660c6
|
|
| BLAKE2b-256 |
d084b03b0ccea52bb8791f85f4766d617f73c21f9ed5c6a7711448cb4d165783
|
File details
Details for the file mcp_server_dev_kit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_dev_kit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcc7d271d7fc7111946d3adccdbaa3d4bf5428b9d48bb6c2f26488c4dbf7d12b
|
|
| MD5 |
83976a8cf0cd54fb841ce02b9bfbbe22
|
|
| BLAKE2b-256 |
bfb185b47ba1687c493f2484e9639ebb722eafb4f7747fb97fff3178f692b3c8
|