p6xer MCP Server for Cursor
io.github.osama-ata/p6xer-mcp-server
An MCP server for Primavera P6 XER files.
client:Cursor
transport:stdio
runtime:pypi
Install p6xer MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"p6xer-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"p6xer-mcp-server"
],
"env": {
"P6XER_API_KEY": "<P6XER_API_KEY>",
"P6XER_ENDPOINT": "<P6XER_ENDPOINT>",
"P6XER_LOG_LEVEL": "<P6XER_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs