A Model Context Protocol (MCP) server implementation that integrates with Onspring's API, allowing AI assistants to access and manipulate data stored in Onspring instances.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"onx-mcp-server": {
"command": "npx",
"args": [
"-y",
"StevanFreeborn/onx-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add onx-mcp-server npx -y StevanFreeborn/onx-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"onx-mcp-server": {
"command": "npx",
"args": [
"-y",
"StevanFreeborn/onx-mcp-server"
]
}
}
}
📋 Copy