Choose Your Platform
Select your preferred AI development environment
Claude Code Setup
Configure MCP in your AI development environment
Create/Edit Config File
Add configuration to ~/.claude.json
(recommended):
{ "mcpServers": { "ip-protection": { "type": "stdio", "command": "npx", "args": ["-y", "@nomic/ip-protection-mcp"] } } }
•
~/.claude/settings.local.json
•
.claude/settings.local.json
(project-specific)Restart Claude Code
Restart Claude Code or use /mcp
to check server status.
Use full path: "command": "C:\\Program Files\\nodejs\\npx.cmd"
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.
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