Skip to main content
Glama
navaro1

qubitsok-mcp

by navaro1

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.

Related MCP server: JobDataLake MCP Server

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    F
    maintenance
    Enables quantum circuit design and electromagnetic simulation optimization through Qiskit Metal and Octave/OpenEMS. Provides 25+ specialized tools across two integrated MCP servers for designing transmon qubits, analyzing CPW transmission lines, and automating parameter optimization workflows.
    Last updated
    4
  • A
    license
    A
    quality
    B
    maintenance
    Enables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.
    Last updated
    4
    83
    2
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Quantum natural-language retrieval MCP server that ranks text passages by semantic relevance using DisCoCat tensor diagrams compiled to variational circuits.
    Last updated
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP server for job search and application tracking, enabling AI agents to search jobs, get details, manage applications, and find contacts across 128K+ jobs and 1,900+ companies.
    Last updated
    643
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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