Get Started with Patentable MCP

Install our FREE MCP in under 2 minutes and start detecting patentable innovations in your code

FREE Detection
Zero Setup
Real-time Analysis

Choose Your Platform

Select your preferred AI development environment

Claude Code Setup

Configure MCP in your AI development environment

1

Create/Edit Config File

Add configuration to ~/.claude.json (recommended):

{
  "mcpServers": {
    "ip-protection": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@nomic/ip-protection-mcp"]
    }
  }
}
Alternative locations:
~/.claude/settings.local.json
.claude/settings.local.json (project-specific)
2

Restart Claude Code

Restart Claude Code or use /mcp to check server status.

Windows Users

Use full path: "command": "C:\\Program Files\\nodejs\\npx.cmd"

MCP Server Active!

Patent detection tools are now available in your conversations.

Alternative: CLI Setup

Use Claude Code's built-in wizard:

claude mcp add ip-protection -- npx -y @nomic/ip-protection-mcp

Pro tip: Direct file editing gives more control, especially for complex configurations.

What You Get

Real-time Detection

AI automatically scans your code as you write it, identifying patentable algorithms and innovations.

Smart Analysis

Get novelty scores, prior art analysis, and commercial viability assessments for each innovation.

Easy Filing

One-click integration to our patent filing service for professional applications and attorney review.

Advanced Configuration

Enable Upload to Patentable Platform

Connect your MCP to the Patentable platform to automatically upload high-value innovations for professional prior art search and patent filing services.

Get Your API Key

Create a free account to get your API key and enable automatic uploads.

{
  "mcpServers": {
    "ip-protection": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@nomic/ip-protection-mcp"],
      "env": {
        "PATENTABLE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Features with API Key:

  • Automatic upload of high-scoring innovations
  • Professional prior art searches
  • Patent application generation
  • Attorney review and USPTO filing

Pricing:

  • • MCP Detection: FREE
  • • Prior Art Search: $250
  • • Patent Application: $2,500
  • • Attorney Review: +$1,000
  • • USPTO Filing: +$1,600

Alternative Installation Methods

Local Development

Clone and run the MCP locally for development or customization:

git clone https://github.com/nomic-dev/ip-protection-mcp
cd ip-protection-mcp
npm install
npm run build
npm start

Enterprise Setup

For team installations with custom configuration:

Troubleshooting

Common Issues:

MCP server not recognized

Ensure you're using ~/.claude.json instead of ~/.claude/settings.json. Launch with --mcp-debug flag for debugging.

Cannot connect to MCP server (Windows)

Use full path: "command": "C:\\Program Files\\nodejs\\npx.cmd" instead of just "npx".

Configuration ignored

Direct file editing is recommended over CLI wizard for complex configurations. Restart Claude Code after changes.

Need Help?

Debug Tips

  • • Check Node.js version: node --version
  • • Verify config file location
  • • Test npx command: npx --version
  • • Review error logs and console output
  • • Use claude --mcp-debug flag

Ready to Protect Your Innovations?

Install the FREE MCP now and start detecting patentable code in your projects