Hyperon Wiki MCP server - AI tool integration for the Hyperon Wiki (mcp.hyperon.dev)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hyperon-wiki-mcp": {
"command": "npx",
"args": [
"-y",
"Magi-AGI/hyperon-wiki-mcp"
]
}
}
}
Run in terminal:
claude mcp add hyperon-wiki-mcp npx -y Magi-AGI/hyperon-wiki-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"hyperon-wiki-mcp": {
"command": "npx",
"args": [
"-y",
"Magi-AGI/hyperon-wiki-mcp"
]
}
}
}