mcpbeat Sign in
I

Conceptio Search MCP Server

by 0x923041-dotcom Your server? Claim it
local only

Conceptio Search runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Search 1M+ open-access papers, standards, and case law from an AI agent.

Installs / week
pypi · conceptio-search
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Conceptio Search every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add conceptio-search -- uvx conceptio-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "conceptio-search": {
      "args": [
        "conceptio-search"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.conceptio-search]
command = "uvx"
args = ["conceptio-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "conceptio-search": {
      "args": [
        "conceptio-search"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "conceptio-search": {
      "args": [
        "conceptio-search"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CONCEPTIO_API_KEY (Conceptio API key (Free, Dev, Pro or Enterprise) from your profile at https://www.conceptio.app. Required because an MCP client cannot run the CLI's interactive auth.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Conceptio Search

same job, measured the same way
You.com Web Access & AI
by youdotcom-oss

Web search, AI agent, and content extraction via You.com APIs

448 installs/wk 6 tools answering
Lune Research
by luneresearch

Search peer-reviewed papers and research methodology guidance from your AI agent.

60 installs/wk answering
Findinfringement
by bikram2112

Find patent infringers with 9 AI models. Search products & standards from your AI client.

6 tools answering
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

43 installs/wk local only
conduitAI
by akbaraziz

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

68 installs/wk local only
Faculti
by facultidev42facultidevelopment

Search academic expert insights, papers and contributions from Faculti

29 installs/wk local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
LogsLoom
by efim23

Ingest and search LogsLoom logs from coding agents.

37 installs/wk 4 tools answering

Conceptio Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Conceptio Search?
Conceptio Search runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package conceptio-search.
How do I connect Conceptio Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls conceptio-search straight from pypi; nothing to host, nothing to sign up for.
Is Conceptio Search open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.