Patent Search
AI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.
What is Patent Search?
Patent Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai-powered patent search and analysis across 220m+ global patents. semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.
AI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- AI-powered patent search and analysis across 220M+ global pa
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx patentConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Patent Search
The GoVeda Patent MCP server provides AI assistants with access to a semantic search engine spanning 220 million global patents, enabling instant prior art discovery, novelty assessment, and full patent content retrieval. Unlike keyword-only patent databases, it uses vector-based semantic search so you can describe an invention concept in plain language and surface the most relevant existing patents. Inventors, patent attorneys, R&D teams, and IP professionals use it to accelerate prior art searches, draft patentability reports, and analyze competitor patent claims — all within their AI assistant.
Prerequisites
- Node.js 18 or later (for mcp-remote bridge if your client requires stdio transport)
- A GoVeda account — sign up at https://goveda.com or activate the free 14-day trial via the start_free_trial tool
- An MCP-compatible client that supports HTTP transport (e.g. Claude Desktop with the remote transport option) or stdio via mcp-remote
- OAuth 2.0 login completes automatically in your browser on first use — no manual API key needed
Add the server using Claude Code (HTTP transport)
The GoVeda Patent server is hosted remotely at https://mcp.goveda.com/mcp. Add it directly using the claude mcp add command — no local installation required.
claude mcp add goveda-patent --transport http https://mcp.goveda.com/mcpAlternatively, configure via mcp-remote for stdio clients
If your MCP client only supports stdio transport, use the mcp-remote bridge to proxy the HTTP endpoint over stdio.
{
"mcpServers": {
"goveda-patent": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.goveda.com/mcp"]
}
}
}Authenticate with OAuth on first use
When you first invoke a patent tool, the server will open a browser window for OAuth 2.0 login with your GoVeda account. Complete the sign-in to authorize access.
Activate the free trial if you are a new user
New GoVeda accounts can activate 10,000 credits for a 14-day free trial directly through the AI assistant by asking it to call the start_free_trial tool.
Run your first patent search
Ask your AI assistant to search for patents using a natural language description of a technology concept. The search_patents tool performs semantic matching across 220M+ patents.
Patent Search Examples
Client configuration
Configuration for stdio-based MCP clients using mcp-remote as a bridge to the GoVeda HTTP endpoint.
{
"mcpServers": {
"goveda-patent": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.goveda.com/mcp"]
}
}
}Prompts to try
Example prompts that use the GoVeda patent tools for research and analysis.
- "Search for patents about wireless charging systems for implantable medical devices."
- "Find prior art for patent US-20230001234-A1 and summarize the most relevant results."
- "Generate a novelty report for this invention: a biodegradable packaging film that dissolves in warm water within 30 seconds."
- "Show me the abstract, claims, and detailed description of patent US-11234567-B2."
- "How many patent search credits do I have remaining?"Troubleshooting Patent Search
OAuth login window does not open or authentication fails
Ensure you have a default browser configured on your system. If running in a headless environment, try accessing https://mcp.goveda.com directly in a browser to authenticate first, then retry the MCP connection.
get_search_status keeps returning 'pending' for a long time
Semantic patent searches across 220M+ patents can take 15-60 seconds. Poll get_search_status every 10 seconds and wait for the status to change to 'complete' before calling the results endpoint.
mcp-remote is not found when using stdio configuration
Install mcp-remote globally with 'npm install -g mcp-remote' or ensure npx can resolve it. Node.js 18+ is required.
Frequently Asked Questions about Patent Search
What is Patent Search?
Patent Search is a Model Context Protocol (MCP) server that ai-powered patent search and analysis across 220m+ global patents. semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Patent Search?
Follow the installation instructions on the Patent Search GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Patent Search?
Patent Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Patent Search free to use?
Yes, Patent Search is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
Patent Search Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Patent Search? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Patent Search in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Patent Search?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.