mcp server including local files management, check weather, and simple hello and runtime check
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "go",
"args": [
"run",
"github.com/taofit/MCP-server@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server go run github.com/taofit/MCP-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "go",
"args": [
"run",
"github.com/taofit/MCP-server@latest"
]
}
}
}