Bull Generator
Rank #55,172io.github.smythmyke/patent-search-mcp-server
Patent search, dossiers, OA analysis, citations, family, CPC lookup via Google Patents + USPTO.
Bull Generator is a Model Context Protocol (MCP) server published by smythmyke. It ranks #55,172 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Bull Generator is listed on Official MCP, with 1 tracked version. It was first listed on May 26, 2026 and most recently updated on May 26, 2026.
Ranks ahead of 60,288 of 115,460 servers on MCP Toplist.
Use Bull Generator
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add patent-search-mcp-server -e "PATENT_SEARCH_API_KEY=<your PATENT_SEARCH_API_KEY>" -e "PATENT_SEARCH_API_BASE=<your PATENT_SEARCH_API_BASE>" -- npx -y patent-search-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.patent-search-mcp-server]
command = "npx"
args = ["-y", "patent-search-mcp-server"]
[mcp_servers.patent-search-mcp-server.env]
PATENT_SEARCH_API_KEY = "<your PATENT_SEARCH_API_KEY>"
PATENT_SEARCH_API_BASE = "<your PATENT_SEARCH_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"patent-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<your PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<your PATENT_SEARCH_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"patent-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<your PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<your PATENT_SEARCH_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"patent-search-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<your PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<your PATENT_SEARCH_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"patent-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<your PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<your PATENT_SEARCH_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"patent-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<your PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<your PATENT_SEARCH_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smythmyke%2Fpatent-search-mcp-server)<a href="https://mcptoplist.com/server/io.github.smythmyke%2Fpatent-search-mcp-server"><img src="https://mcptoplist.com/badge/io.github.smythmyke%2Fpatent-search-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
smythmyke
Other servers by smythmyke
- GovToolsPro#13,627 · 1 ver
- AI Patent Search#42,124 · 1 ver
- MarkItUp - AI Image Marketing and Annotation#42,150 · 1 ver
- Jackpot Keywords#45,979 · 2 vers
- JackpotKeywords#55,171 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 26, 2026 |
Frequently asked questions
- Who maintains Bull Generator?
- Bull Generator is maintained by smythmyke, which publishes 6 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Bull Generator listed on the Official MCP Registry?
- Yes — Bull Generator is listed on the Official MCP Registry.
- How many versions does Bull Generator have?
- MCP Toplist tracks 1 version of Bull Generator, most recently published on May 26, 2026.
- Where can I find the source code for Bull Generator?
- The source code for Bull Generator is hosted at github.com/smythmyke/Bull-Generator.