qubitsok-mcp
Provides tools for searching and retrieving quantum computing papers from arXiv, including AI-powered natural language search by topic, author, affiliation, and date, fetching daily paper listings, and retrieving detailed paper analysis with abstracts and methodology.
qubitsok MCP Server
Production MCP (Model Context Protocol) server for qubitsok.com — the quantum computing career and research platform.
Endpoint
https://qubitsok.com/mcpTransport: Streamable HTTP (MCP spec 2025-11-25) Authentication: None — all tools are read-only and publicly accessible.
Tools (7)
Tool | Description |
| AI-powered natural language quantum job search (500+ listings) |
| Full details for a specific job by ID |
| Search arXiv quantum papers by topic, author, affiliation, date |
| Today's quantum computing papers from arXiv |
| Full paper analysis with abstract, methodology, gist |
| Find quantum researchers by expertise, affiliation, topic (1000+ profiles) |
| Job market and research landscape statistics |
Prompts (4)
Prompt | Description |
| Guided quantum job search with formatted results |
| Today's quantum paper highlights briefing |
| Discover researchers to collaborate with |
| Market and research landscape overview |
Connect
Claude Desktop / Claude.ai
Add as remote MCP server in Settings > MCP:
https://qubitsok.com/mcpClaude Code
claude mcp add --transport streamable-http qubitsok https://qubitsok.com/mcpChatGPT (Developer Mode)
Settings > Apps & Connectors > Advanced > Developer Mode > Add Connector:
URL:
https://qubitsok.com/mcpName: qubitsok — Quantum Computing Jobs & Research
Gemini CLI
gemini extensions install github:navaro1/qubitsok-mcpCursor / Windsurf / VS Code
Add to your MCP configuration:
{
"qubitsok": {
"transport": "streamable-http",
"url": "https://qubitsok.com/mcp"
}
}Grok (xAI API)
{
"mcp_servers": [
{ "url": "https://qubitsok.com/mcp", "name": "qubitsok" }
]
}Perplexity (Mac App)
Settings > Connectors > Add MCP > https://qubitsok.com/mcp
Discovery
curl https://qubitsok.com/.well-known/mcp.jsonExample Queries
Jobs: "Find senior quantum error correction engineer roles in Europe paying over 120k EUR"
Papers: "Show me trapped ion papers from Google published this month"
Researchers: "Who are the top quantum error correction researchers at MIT?"
Market: "How's the quantum computing job market right now?"
Safety
All 7 tools have readOnlyHint: true — no destructive operations. Read-only public data access.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/navaro1/qubitsok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server