MCP backend for natural-language-to-PDDL modeling, Fast Downward planning, and validated plan artifacts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pddl-mcp-server": {
"command": "uvx",
"args": [
"pddl-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add pddl-mcp-server uvx pddl-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"pddl-mcp-server": {
"command": "uvx",
"args": [
"pddl-mcp-server"
]
}
}
}
Or install with pip: pip install pddl-mcp-server
README Excerpt
<p align="center"> <a href="https://github.com/NBNBTM/pddl-mcp-server/actions/workflows/ci.yml"><img src="https://github.com/NBNBTM/pddl-mcp-server/actions/workflows/ci.yml/badge.svg" alt="CI"></a> <a href="https://github.com/NBNBTM/pddl-mcp-server/actions/workflows/codeql.yml"><img src="https://github.com/NBNBTM/pddl-mcp-server/actions/workflows/codeql.yml/badge.svg" alt="CodeQL"></a>
Tools (7)
configknowledgemodelingplannersemanticvalidationworkflow
Topics
ai-planningautomated-planningfast-downwardfastmcpmcppddlplanningpython