Skip to main content
You can use the Nevermined Docs MCP server to vibe-code applications directly from Claude Code, Open Code, Cursor, Continue, Zed, and other MCP-aware IDE copilots. Point any MCP-compatible client at the server URL below to stream up-to-date docs into your coding sessions.
LLM Context Files for AI AssistantsIf you’re using an AI assistant for development, you can provide comprehensive context files to streamline your integration:Simply copy the contents and paste them into your LLM’s input as a knowledge base.
MCP Configuration FileFor quick setup with MCP-compatible IDEs, download our pre-configured MCP file:
  • Download: nevermined.mcp.json - Ready-to-use configuration for Cursor, Continue, Claude Desktop, and other MCP clients
Use this file as a reference or copy its contents into your IDE’s MCP configuration.
The Nevermined Docs MCP Server provides seamless access to all Nevermined’s documentation directly within your AI development environment. By integrating this MCP server, you can build AI agents and applications with real-time access to Nevermined’s payment SDKs and Libraries, API references, and development guides.

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI applications to securely connect to external data sources and tools. Think of MCP as a “USB-C for AI” - it provides a standardized way to connect AI models to different services, documentation, and APIs. Key Benefits:
  • 🔌 Standardized Connections: Connect any MCP-compatible AI client to our documentation
  • 🔄 Real-time Access: Always up-to-date information from our docs
  • 🛡️ Secure Integration: Built-in security and authentication
  • 🌍 Remote Access: No local installation required

MCP Server Details

Nevermined Documentation MCP Server URL: https://docs.nevermined.app/mcp This server provides access to:
  • Complete Nevermined API documentation
  • Development guides and tutorials
  • Code examples in Python and TypeScript
  • Payment plan configuration guides
  • AI agent registration workflows

Instant Setup Commands

Choose your IDE and run the corresponding command for zero-friction setup:
Then restart your IDE to activate the connection.

Quick Setup for Vibe-Code Tools

Follow these lightweight steps to attach the Nevermined Docs MCP server to popular code-native AI tools. Each tool simply needs the remote MCP endpoint https://docs.nevermined.app/mcp.
Quick Start: Download the nevermined.mcp.json configuration file and use it as a reference for your IDE’s MCP setup. The file contains the complete configuration needed for most MCP-compatible tools.

Claude Code (VS Code extension)

One-Line Setup (Recommended): Run this command in your terminal for instant setup:
Alternative - GUI Setup:
  1. Open the Command Palette and run “Claude: Open Settings”
  2. In Model Context ProtocolCustom Connectors, click Add
  3. Enter the server URL https://docs.nevermined.app/mcp and save
  4. Start chatting; the Nevermined docs source appears under available connectors

Cursor IDE

One-Line Setup (Recommended):
Then restart Cursor to activate the connection. Alternative Methods:
  1. Using Configuration File:
  2. Manual GUI Setup:
    • Open Settings → search for MCP Servers
    • Add remote server: https://docs.nevermined.app/mcp
    • Enable the connector in chat

Open Code

Quick Setup: Add to your MCP configuration:
Or manually add the server in Settings → Model Context Protocol

Continue (VS Code / JetBrains)

Quick Setup: Add to your Continue configuration (~/.continue/config.json):
Or via Continue UI:
  1. Open Continue settings and locate MCP / Tools
  2. Add MCP server: nevermined-docshttps://docs.nevermined.app/mcp
  3. Reload Continue to activate
If your IDE supports MCP but is not listed, add a remote MCP connector pointing to https://docs.nevermined.app/mcp and enable it for chat/code actions. The server requires no extra auth beyond your Nevermined API usage in code samples.

Setting Up Your IDE with Nevermined MCP Server

Claude Desktop provides excellent MCP support with a user-friendly interface for connecting to remote MCP servers.

Step 1: Install Claude Desktop

Download and install Claude Desktop from Claude’s official website.

Step 2: Configure the MCP Server

  1. Open Claude Desktop and sign in to your account
  2. Access Settings: Click on your profile icon and select “Settings”
  3. Navigate to Connectors: In the settings sidebar, click on “Connectors”
  4. Add Custom Connector: Scroll to the bottom and click “Add custom connector”
  5. Enter Server URL: In the dialog box, enter:
  6. Complete Setup: Click “Add” to establish the connection
The Nevermined Documentation MCP server will now be available in your Claude conversations!
Configuration Reference: If you prefer to edit the configuration file directly (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS), see our nevermined.mcp.json for the correct format.

Step 3: Access Nevermined Documentation

  1. Start a Conversation: Open a new chat in Claude Desktop
  2. Access Resources: Click the paperclip icon (📎) in the message input area
  3. Select Nevermined Resources: You’ll see available documentation resources from the Nevermined MCP server
  4. Use in Prompts: Select relevant documentation to include context in your conversations

Option 2: Using Claude Web (claude.ai)

You can also connect to the Nevermined MCP server through Claude’s web interface using Custom Connectors.

Step 1: Access Claude Settings

  1. Go to claude.ai and sign in
  2. Click your profile icon and select “Settings”
  3. Navigate to “Connectors” in the sidebar

Step 2: Add Nevermined MCP Server

  1. Click “Add custom connector”
  2. Enter the server URL: https://docs.nevermined.app/mcp
  3. Complete any authentication prompts
  4. Configure tool permissions as needed

Option 3: Other MCP-Compatible Clients

The Nevermined MCP server works with any MCP-compatible client. For a full list of supported clients, visit the MCP Clients page. Popular MCP-compatible tools include:
  • Continue (VS Code extension)
  • Cursor IDE
  • Zed Editor
  • Custom applications using MCP SDKs
For detailed setup instructions for other clients, refer to the Model Context Protocol documentation.

Prompt Examples for Building AI Agents

Once you have the Nevermined MCP server connected, you can use these example prompts to build AI agents and client applications:

1. Create a Basic AI Agent

2. Build a Client Application

3. Multi-Agent Workflow

4. Payment Plan Configuration

5. Agent-to-Agent Payments

6. Integration with Existing Services

Advanced Use Cases

Building Custom MCP Servers

You can also create your own MCP servers that integrate with Nevermined. Here’s how to get started:

Marketplace Development

Enterprise Integration

Best Practices

When using the Nevermined MCP server, follow these best practices:

Security Considerations

  • Verify Connections: Always ensure you’re connecting to the official Nevermined MCP server
  • Review Permissions: Only grant necessary tool permissions in your MCP client
  • Secure API Keys: Store Nevermined API keys securely and never expose them in client-side code

Development Workflow

  1. Start with Documentation: Use the MCP server to understand Nevermined concepts
  2. Test in Sandbox: Always test your implementations in Nevermined’s sandbox environment
  3. Iterate with Examples: Use the provided code examples as starting points
  4. Monitor Usage: Implement proper logging and monitoring for production deployments

Performance Optimization

  • Cache Documentation: Cache frequently accessed documentation locally when possible
  • Batch Requests: Group related operations to minimize API calls
  • Implement Retries: Add retry logic for transient failures
  • Monitor Limits: Respect rate limits and implement backoff strategies

Troubleshooting

Common Issues

Connection Failed

  • Verify you’re using the correct URL: https://docs.nevermined.app/mcp
  • Check your internet connection
  • Ensure your MCP client supports remote servers

Authentication Errors

  • Verify your Nevermined API key is correctly configured
  • Check that you’re using the right environment (sandbox vs production)
  • Ensure your API key has the necessary permissions

Documentation Not Loading

  • Try refreshing the connection in your MCP client
  • Check if the MCP server is accessible at: https://docs.nevermined.app/mcp
  • Restart your MCP client if issues persist

Getting Help

If you encounter issues or need assistance:
  1. Check the Documentation: Use the MCP server to search for relevant guides
  2. Community Support: Join our Discord community for help
  3. GitHub Issues: Report bugs or request features on our GitHub repository
  4. Enterprise Support: Contact our team for enterprise-level assistance

Next Steps

Once you have the Nevermined MCP server set up:
  1. Explore the Documentation: Use the MCP connection to browse our complete documentation
  2. Build Your First Agent: Follow the quickstart guide to create your first monetized AI agent
  3. Implement Payment Plans: Design and configure payment plans that match your business model
  4. Test Integration: Use the sandbox environment to test your implementation
  5. Go Live: Deploy your AI agents to production with real payments
The Nevermined MCP server provides the foundation for building sophisticated AI applications with built-in monetization. Start exploring and building today!