PluginBench
MCP Server

p6xer MCP Server MCP Server

io.github.osama-ata/p6xer-mcp-server

What is the p6xer MCP Server MCP server?

An MCP server for Primavera P6 XER files.

How to install p6xer MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • P6XER_API_KEY
    secret

    API key used to authenticate with p6xer service.

  • P6XER_ENDPOINT

    Optional p6xer endpoint URL (default uses local p6xer daemon).

  • P6XER_LOG_LEVEL

    Optional log verbosity level (e.g., DEBUG, INFO, WARN, ERROR).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "p6xer-mcp-server": {
      "command": "uvx",
      "args": [
        "p6xer-mcp-server",
        "p6xer-mcp-server"
      ],
      "env": {
        "P6XER_API_KEY": "<YOUR_P6XER_API_KEY>",
        "P6XER_ENDPOINT": "<YOUR_P6XER_ENDPOINT>",
        "P6XER_LOG_LEVEL": "<YOUR_P6XER_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "p6xer-mcp-server": {
      "command": "uvx",
      "args": [
        "p6xer-mcp-server",
        "p6xer-mcp-server"
      ],
      "env": {
        "P6XER_API_KEY": "<YOUR_P6XER_API_KEY>",
        "P6XER_ENDPOINT": "<YOUR_P6XER_ENDPOINT>",
        "P6XER_LOG_LEVEL": "<YOUR_P6XER_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "p6xer-mcp-server": {
      "command": "uvx",
      "args": [
        "p6xer-mcp-server",
        "p6xer-mcp-server"
      ],
      "env": {
        "P6XER_API_KEY": "<YOUR_P6XER_API_KEY>",
        "P6XER_ENDPOINT": "<YOUR_P6XER_ENDPOINT>",
        "P6XER_LOG_LEVEL": "<YOUR_P6XER_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "p6xer-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "p6xer-mcp-server",
        "p6xer-mcp-server"
      ],
      "env": {
        "P6XER_API_KEY": "<YOUR_P6XER_API_KEY>",
        "P6XER_ENDPOINT": "<YOUR_P6XER_ENDPOINT>",
        "P6XER_LOG_LEVEL": "<YOUR_P6XER_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add p6xer-mcp-server --env P6XER_API_KEY=<YOUR_P6XER_API_KEY> --env P6XER_ENDPOINT=<YOUR_P6XER_ENDPOINT> --env P6XER_LOG_LEVEL=<YOUR_P6XER_LOG_LEVEL> -- uvx p6xer-mcp-server p6xer-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →