Modelcontextprotocol
Freeby MCP Community
MCP (Model Context Protocol) Server that provide onyx specific tools and resources.
v0.0.0Added Apr 12, 2026
Modelcontextprotocol MCP Server
MCP (Model Context Protocol) Server that provide onyx specific tools and resources.
Installation
Reviews
Installation
Quick install
npx -y @sit-onyx/modelcontextprotocol
Add to claude_desktop_config.json
{
"mcpServers": {
"modelcontextprotocol": {
"command": "npx",
"args": ["-y", "@sit-onyx/modelcontextprotocol"]
}
}
}