a Model Context Protocol (MCP) server that provides access to cryptocurrency market data from the Nobitex API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "npx",
"args": [
"-y",
"xmannii/nobitex-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nobitex-mcp-server npx -y xmannii/nobitex-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nobitex-mcp-server": {
"command": "npx",
"args": [
"-y",
"xmannii/nobitex-mcp-server"
]
}
}
}