CVEX MCP Server
Overview
CVEX MCP Server is a Model Context Protocol server designed for interacting with the CVEX Trading API, enabling users to access market data, manage accounts, and execute trades through Claude.
To use the CVEX MCP Server, install it via npm and run it with your CVEX API key and private key path using the command line.
- 🔍 Market Data Access: View available contracts and real-time market data - 💰 Account Management: Check account balances and position information - 📊 Trading Capabilities: Place and manage orders directly through Claude - 🔐 Secure Trading: Private keys are accessed only when needed for signing requests
- Accessing real-time market data for trading decisions
- Managing trading accounts and monitoring balances
- Executing trades and managing orders through a command line interface
Add to your AI client
Use these steps to connect CVEX MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"cvex-mcp-server-siomochkin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"cvex-mcp-server-siomochkin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"cvex-mcp-server-siomochkin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"cvex-mcp-server-siomochkin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cvex-mcp-server-siomochkin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"cvex-mcp-server-siomochkin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cvex-mcp-server-siomochkin"
]
}
}
}FAQ
How do I install the CVEX MCP Server?
You can install it using the command: `npm install -g @modelcontextprotocol/server-cvex`.
What do I need to run the server?
You need a CVEX API key and a private key for trading operations.
Is my private key secure?
Yes, the private key is only accessed when needed and is not stored in memory longer than necessary.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3071,"uuid":"0204b3ec-c776-4b3f-b265-e878bbf6991f","name":"cvex-mcp-server","title":"CVEX MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/33427214?v=4","created_at":"$D2025-03-17T02:51:51.207Z","updated_at":"$D2025-03-17T03:54:29.685Z","status":"created","author_name":"siomochkin","author_avatar_url":"https://avatars.githubusercontent.com/u/33427214?v=4","tags":"[]","category":"finance","is_featured":false,"sort":1,"url":"https://github.com/siomochkin/cvex-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-16 18:45:12\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]