Neo - AI/ML Engineering MCP Server

neo-mcp is the Model Context Protocol server that plugs Neo into Claude Code, Cursor, Codex, and the editors you already use. Neo is an autonomous AI engineer: describe any AI/ML task in plain English and it plans, builds, runs, and evaluates the full workflow. Its 12 documented tools cover neo, task, integration. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-01 · ★ 2 · #60 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Neo - AI/ML Engineering

before you install - you'll need

NEO_SECRET_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add neoairesearch-neo-mcp -- uvx neo-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "neoairesearch-neo-mcp": {
      "command": "uvx",
      "args": [
        "neo-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package neo-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.NeoAIResearch is GitHub-verified and matches the repo owner

03 · What Neo - AI/ML Engineering can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list running and recent tasks. Reconnects pollers automatically, check status: RUNNING / COMPLETED / WAITING_FOR_FEEDBACK / PAUSED / TERMINATED, read full task output when COMPLETED. Capped at ~20 000 tokens, and pause a running task.

The 12 tools it gives your agent

Extracted from the project's README - what Neo - AI/ML Engineering lets an agent do.

neo_submit_task
- Submit an AI/ML task. Returns thread_id immediately.
neo_list_tasks
- List running and recent tasks. Reconnects pollers automatically.
neo_task_status
- Check status: RUNNING / COMPLETED / WAITING_FOR_FEEDBACK / PAUSED / TERMINATED.
neo_get_messages
- Read full task output when COMPLETED. Capped at ~20 000 tokens.
neo_send_feedback
- Reply when Neo asks a question (WAITING_FOR_FEEDBACK).
neo_pause_task
- Pause a running task.
neo_resume_task
- Resume a paused task.
neo_stop_task
- Stop and clean up a task permanently.
neo_list_integrations
- List stored third-party API keys (names only, never the value).
neo_add_integration
- Register a GitHub PAT, HuggingFace token, Anthropic key, or OpenRouter key for Neo tasks.
neo_test_integration
- Call the provider's API to confirm a stored key is still valid.
neo_remove_integration
- Delete a stored key from this machine.

04 · Who maintains Neo - AI/ML Engineering

Neo - AI/ML Engineering is maintained by neoairesearch. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
productivity - ranked #60 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.NeoAIResearch/neo-mcp (active, first published 2026-06-08)
packages
pypi:neo-mcp

06 · Neo - AI/ML Engineering FAQ

Is Neo - AI/ML Engineering still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-01. We re-verify nightly.

What can Neo - AI/ML Engineering do?

With this server connected, an agent can list running and recent tasks. Reconnects pollers automatically, check status: RUNNING / COMPLETED / WAITING_FOR_FEEDBACK / PAUSED / TERMINATED, read full task output when COMPLETED. Capped at ~20 000 tokens, and pause a running task.

How do I install Neo - AI/ML Engineering?

Run `uvx neo-mcp`. The README documents one environment variable (NEO_SECRET_KEY) to set first. You can also paste the ready-made client config above.

Does Neo - AI/ML Engineering run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Neo - AI/ML Engineering