aiida-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aiida-mcplist my AiiDA projects and worker status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AiiDA MCP
aiida-mcp is the shared control plane for the AiiDA ChatGPT plugin and the
AiiDA Manager. It owns project bindings and worker lifecycles; it never adds
an HTTP listener to aiida-worker, which remains a stdio JSON-RPC process.
Run locally
uv run --project . aiida-mcpThe daemon binds to 127.0.0.1:8043 by default:
http://127.0.0.1:8043/is the local AiiDA Manager console.n-http://127.0.0.1:8043/api/projects` is its project API.http://127.0.0.1:8043/mcpis the ChatGPT Plugin's streamable MCP endpoint.
Set AIIDA_MCP_TOKEN before exposing /mcp through a tunnel. The token is a
development guard only; production deployment must replace it with OAuth and
project-level authorization.
Create an AiiDA Project from the Manager first. Its immutable project_ref
is the value placed in the ChatGPT Project instructions and passed to every
MCP tool. A project binds an AiiDA profile, interpreter and AiiDA Group UUID;
the Group label is only used until the worker's group-query protocol receives
native UUID filtering.
This server cannot be installed
Maintenance
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
- Alicense-qualityBmaintenanceMCP server for task management, project knowledge, workspace trust, runner sandboxes, extension registry, and workflow prompts, enabling AI agents to manage tasks and collaborate locally.5,117Apache 2.0

prefect-mcp-serverofficial
AlicenseAqualityAmaintenanceAn MCP server for interacting with Prefect resources, enabling AI assistants to monitor, manage, and debug workflows.1452MIT
picsellia-mcpofficial
Flicense-qualityDmaintenanceMCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.- AlicenseAqualityCmaintenanceMCP server for the Partiri Cloud PaaS platform. Enables AI agents to manage workspaces, projects, services, deployments, and metrics.231MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Project management MCP for AI agents with safe task reads and writes.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ymzhang0/aiida-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server