One CLI that generates, runs, routes, and authenticates MCP servers. No Docker, no ToolHive.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"the-sun": {
"command": "npx",
"args": [
"-y",
"schwarztim/the-sun"
]
}
}
}
Run in terminal:
claude mcp add the-sun npx -y schwarztim/the-sun
Add to .cursor/mcp.json:
{
"mcpServers": {
"the-sun": {
"command": "npx",
"args": [
"-y",
"schwarztim/the-sun"
]
}
}
}