by patsnap
Search 200M+ patents and scientific literature in natural language directly inside Claude, Cursor, or any MCP-compatible AI tool. Powered by PatSnap's global R&D intelligence database.
# Add to your Claude Code skills
git clone https://github.com/patsnap/patent-literature-search-mcpGuides for using ai agents skills like patent-literature-search-mcp.
patent-literature-search-mcp is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by patsnap. Search 200M+ patents and scientific literature in natural language directly inside Claude, Cursor, or any MCP-compatible AI tool. Powered by PatSnap's global R&D intelligence database. It has 77 GitHub stars.
patent-literature-search-mcp's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/patsnap/patent-literature-search-mcp" and add it to your Claude Code skills directory (see the Installation section above). patent-literature-search-mcp ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh patent-literature-search-mcp against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Get your API key at Patsnap Open Platform.
This skill connects an AI agent to the Patsnap Patent & Literature Search MCP server. The server searches Patsnap's patent and literature databases through two tools: patsnap_search and patsnap_fetch.
Configure the MCP server in your client:
{
"mcpServers": {
"patsnap_patent_literature_search": {
"url": "https://connect.patsnap.com/2b0355/logic-mcp?apikey=YOUR_API_KEY",
"type": "streamableHttp"
}
}
}
Replace YOUR_API_KEY with your Patsnap Open Platform API key.
patsnap_search for discoveryUse it when the user needs to find patents, academic papers, or both. Translate the request into the most suitable combination of:
Preserve the identifiers and URLs returned by the search so records can be fetched and cited reliably.
patsnap_fetch for record retrievalUse it after discovery when the user needs the Markdown content of a selected record. Supply a returned record URL, or a publication number for a patent. Patent output may include bibliographic data, claims, descriptions, and drawings; literature output provides basic abstract metadata.
patsnap_search with only the filters supported by the server's current tool schema.patsnap_fetch for the records needed to answer the question.Search 200M+ patents and scientific literature in natural language, directly inside Claude, Cursor, or any MCP-compatible AI tool. Powered by Patsnap's proprietary R&D intelligence database.
Patsnap is a global innovation intelligence platform covering 200M+ patents across 170+ jurisdictions (USPTO, EPO, WIPO and more), 216M+ scientific papers, and R&D data.
To explore Patsnap data interactively, try Eureka, Patsnap's AI-native R&D assistant. To access data programmatically, use the MCP servers or REST API via Patsnap Open Platform.
Patent & Literature Search MCP gives your AI agent direct access to Patsnap's patent and academic literature databases — searchable together in a single query, in natural language, without switching tools or learning Boolean syntax.
Register at Patsnap Open Platform and generate a free API key from the Patent & Literature Search MCP page. New accounts include 10,000 free credits. No credit card required.
claude mcp add --transport http search-tool \
"https://connect.patsnap.com/2b0355/logic-mcp?apikey=YOUR_API_KEY"
Restart Claude Code and type /mcp to confirm it loaded.
Add the following to your MCP configuration file:
{
"mcpServers": {
"patsnap_patent_literature": {
"url": "https://connect.patsnap.com/2b0355/logic-mcp?apikey=YOUR_API_KEY",
"type": "streamableHttp"
}
}
}
Replace YOUR_API_KEY with your key from Patsnap Open Platform.
patsnap_search — Search patents, scientific literature, or both in a
single request. Supports natural-language and semantic queries, precise
keyword and BM25-based text search, and filters such as assignee, inventor,
IPC classification, legal status, jurisdiction, date range, and citations.patsnap_fetch — Retrieve a patent or literature record as Markdown using
a result URL. Patent records can also be fetched by publication number and
may include bibliographic data, claims, descriptions, and drawings.
Literature records include core bibliographic and abstract metadata.What is Tesla actually working on in battery technology — show me
their recent patent filings, group by technology area, and identify
who is leading each.
Which GLP-1 receptor agonist patents are expiring before 2028,
and what does recent literature say about next-generation mechanisms?
My EV battery loses 40% range in cold weather. What technical
solutions exist in patents and academic papers?
Apache-2.0
Powered by Patsnap. Innovate with Confidence.