AiAgentKarl/mcp-tools
CLI toolkit for MCP servers — create, search, manage Model Context Protocol servers
Platform-specific configuration:
{
"mcpServers": {
"mcp-tools": {
"command": "npx",
"args": [
"-y",
"mcp-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
CLI toolkit for MCP server development — create, manage, search and publish Model Context Protocol servers.
pip install mcp-toolsmcp-tools create weatherGenerates a complete project with server, tools, config, README and .gitignore — ready to develop.
mcp-tools search crypto
mcp-tools search health
mcp-tools search infrastructuremcp-tools add solana --package solana-mcp-server
mcp-tools add weather --package openmeteo-mcp-servermcp-tools listmcp-tools remove weathermy-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---
| Category | Servers | |----------|---------| | 🔗 Blockchain | Solana | | 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies | | 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail | | 🤖 Agent Infra | Memory · [Directory](https://github.com/AiAgentKarl/agent-direct
Loading reviews...