qubitsok-mcp

qubitsok-mcp

Search 500+ quantum computing jobs, daily arXiv papers, and 1000+ researcher profiles. 7 read-only MCP tools with AI-powered natural language search from qubitsok.com.

Category
Visit Server

README

qubitsok MCP Server

Production MCP (Model Context Protocol) server for qubitsok.com — the quantum computing career and research platform.

Endpoint

https://qubitsok.com/mcp

Transport: Streamable HTTP (MCP spec 2025-11-25) Authentication: None — all tools are read-only and publicly accessible.

Tools (7)

Tool Description
searchJobs AI-powered natural language quantum job search (500+ listings)
getJobDetails Full details for a specific job by ID
searchPapers Search arXiv quantum papers by topic, author, affiliation, date
getLatestPapers Today's quantum computing papers from arXiv
getPaperDetails Full paper analysis with abstract, methodology, gist
searchCollaborators Find quantum researchers by expertise, affiliation, topic (1000+ profiles)
getMarketOverview Job market and research landscape statistics

Prompts (4)

Prompt Description
quantum-job-search Guided quantum job search with formatted results
daily-paper-briefing Today's quantum paper highlights briefing
find-collaborator Discover researchers to collaborate with
quantum-market-pulse Market and research landscape overview

Connect

Claude Desktop / Claude.ai

Add as remote MCP server in Settings > MCP:

https://qubitsok.com/mcp

Claude Code

claude mcp add --transport streamable-http qubitsok https://qubitsok.com/mcp

ChatGPT (Developer Mode)

Settings > Apps & Connectors > Advanced > Developer Mode > Add Connector:

  • URL: https://qubitsok.com/mcp
  • Name: qubitsok — Quantum Computing Jobs & Research

Gemini CLI

gemini extensions install github:navaro1/qubitsok-mcp

Cursor / 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.json

Example 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured