Model Context Protocol (MCP) server configuration and tool manifest for AstrBotDevs/AstrBot
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"AstrBot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-AstrBot"
]
}
}
}