MCP Directory
Back

CoexistAI

by SPThole · Jupyter Notebook · ★ 499

CoexistAI is a modular, developer-friendly research assistant framework . It enables you to build, search, summarize, and automate research workflows using LLMs, web search, Reddit, YouTube, and mapping tools—all with simple MCP tool calls or API calls or Python functions.

#agentic-ai#fastapi#github#langchain#langgraph#map#mcp-server#reddit#searxng#tools#websearch#youtube

Install

git clone https://github.com/SPThole/CoexistAI.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "coexistai": {
      "command": "npx",
      "args": [
        "-y",
        "github:SPThole/CoexistAI"
      ]
    }
  }
}

From the README

CoexistAI is a modular, developer-friendly research assistant framework. It enables you to build, search, summarize, and automate research workflows using LLMs, web search, Reddit, YouTube, git and mapping tools—all with simple API calls or Python functions. - 🔥 _Docker Installation available (Thanks for all the feedback, hope this makes installations easy)_. For a containerized setup with Docker, follow the instructions in [README.docker.md](README.docker.md). - **Text → Podcast**: Instantly turn written content into engaging podcast episodes—ideal for on-the-go listening or repurposin…
Read full README on GitHub →

Related developer tools servers