What is MCP?
Model Context Protocol (MCP) is an open standard that creates standardized connections between AI applications and external services like documentation. The Helius MCP server automatically exposes tools for AI applications to search our documentation and interact with our APIs.Real-time Context
Code Generation
Interactive Development
Seamless Integration
How Helius MCP Works
The Helius MCP server is automatically generated and hosted athttps://docs.helius.dev/mcp
, providing AI tools with access to:
- Complete API Documentation: All Helius API methods, parameters, and examples
- Search Capabilities: Query any part of our documentation for specific information
- Code Examples: Working implementations for common use cases
- Best Practices: Recommended patterns for using Helius services
- Real-time Updates: Always current with the latest documentation changes
Getting Started
Choose Your AI Tool
- Cursor: Built-in MCP support
- Windsurf: Native MCP integration
- Claude Desktop: MCP server support
- VS Code: via MCP extensions
Connect to Helius MCP Server
Start Using AI with Helius Context
Connection Instructions
Choose your AI tool and follow the specific setup instructions:- Open Cursor IDE
- Use the contextual menu (see below) or manually add the MCP server:
- Open Settings → MCP Servers
- Add server URL:
https://docs.helius.dev/mcp
- Open Agent mode (Ctrl/Cmd + K)
- Ask: “Write a Node.js script for sending transactions using Helius”
- The AI will search our documentation via MCP to generate accurate code
Contextual Menu Integration
For quick access, use the contextual menu available on any page of our documentation:- Copy MCP server URL: Copies
https://docs.helius.dev/mcp
to your clipboard - Connect to Cursor: Automatically installs the MCP server in Cursor
- Connect to VS Code: Automatically installs the MCP server in VS Code
Use Cases
Rapid Prototyping
Rapid Prototyping
API Integration
API Integration
Documentation Generation
Documentation Generation
Debugging & Optimization
Debugging & Optimization
Example Workflows
Building a Transaction Monitor
NFT Portfolio Tracker
Advanced Features
- API Method Selection: AI recommends the most appropriate Helius API based on our docs
- Error Handling: AI suggests proper error handling patterns from our documentation
- Performance Tips: AI identifies optimization opportunities using our best practices
Supported AI Tools
Tool | Support Level | Setup Difficulty | Best For |
---|---|---|---|
Cursor | ✅ Native | Easy | Full-stack development |
Windsurf | ✅ Native | Easy | AI-assisted coding |
Claude Desktop | ✅ Supported | Medium | Documentation and planning |
VS Code | ⚠️ Extension Required | Medium | Existing VS Code workflows |
Best Practices
Be Specific
Include Context
Iterate Quickly
Test Generated Code
Troubleshooting
MCP Server Connection Issues
MCP Server Connection Issues
- Verify the MCP server URL is correct:
https://docs.helius.dev/mcp
- Check your internet connection
- Restart your AI tool and try reconnecting
- Ensure your AI tool supports MCP (check tool documentation)
Search Tool Only Available
Search Tool Only Available
- This is expected - our MCP server exposes documentation search capabilities
- API endpoints are accessed through the search tool when the AI needs specific information
- The search tool provides access to all our documentation and API specifications
Outdated Information
Outdated Information
- The MCP server auto-updates with our documentation
- Refresh your AI session or restart the tool
- Ask specifically for “the latest” information about the API
- Verify you’re connected to the correct MCP server URL
Generated Code Doesn't Work
Generated Code Doesn't Work
- Share the error message with the AI for debugging
- Ask the AI to search for specific error handling patterns
- Verify your API key and network connectivity
- Ask for working examples from our documentation
Contextual Menu Not Working
Contextual Menu Not Working