PatSnap MCP Server
@KunihiroS
关于 PatSnap MCP Server
MCP Server for PatSnap API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"@kunihiros/patsnap-mcp": {
"command": "npx",
"args": [
"@kunihiros/patsnap-mcp"
],
"env": {
"PATSNAP_CLIENT_ID": "your_patsnap_client_id_here",
"PATSNAP_CLIENT_SECRET": "your_patsnap_client_secret_here"
},
"disabled": false,
"autoApprove": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PatSnap MCP Server?
This MCP server collects patent-related information from PatSnap's API for trend analysis and reporting. It is designed for aggregate analysis, not individual patent investigations, and targets patent analysts, R&D, and IP professionals.
How to use PatSnap MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and run with npm start. Set environment variables PATSNAP_CLIENT_ID and PATSNAP_CLIENT_SECRET with your PatSnap API credentials. For MCP Host integration, add the provided JSON configuration to your cline_mcp_settings.json file.
Key features of PatSnap MCP Server
- Analyze annual patent filing trends by keywords or IPC.
- Generate word clouds from the most recent 5,000 patents.
- Visualize technology spaces with the wheel of innovation.
- Identify top cited, litigated patents, inventors, and assignees.
- Assess legal status distribution and priority countries.
Use cases of PatSnap MCP Server
- Track patent application and issuance trends for a technology field.
- Identify key inventors or companies for recruitment or competitive intelligence.
- Analyze the proportion of active, inactive, and pending patents.
- Discover influential or high-risk patents through citation and litigation data.
FAQ from PatSnap MCP Server
What data does the server access?
It accesses PatSnap's API to retrieve aggregate patent data such as trends, word clouds, top inventors, and legal status for trend analysis.
What are the runtime requirements?
Node.js and npm are required. You must also provide valid PatSnap API credentials via the PATSNAP_CLIENT_ID and PATSNAP_CLIENT_SECRET environment variables.
How do I configure it with an MCP host?
Add the JSON snippet from the README to your MCP host's settings file, using npx @kunihiros/patsnap-mcp as the command and including the credential environment variables.
Is this server suitable for looking up individual patents?
No. It is designed for aggregate reporting and trend analysis, not for investigating specific patents.
Where can I get PatSnap API credentials?
Visit https://open.patsnap.com/home for information and to obtain the required client ID and secret.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论