PI Doc 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., "@PI Doc MCPHow do I configure buffering for a PI Interface?"
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.
PI Doc MCP
Ground your AI answers in live AVEVA PI System documentation.
What it does
PI Doc MCP is a Model Context Protocol (MCP) server that gives AI assistants like Claude direct access to the official AVEVA PI System documentation. Instead of relying on training data that may be outdated or incorrect, the AI fetches real answers from live docs — eliminating hallucination on PI-specific topics.
Results are scoped strictly to docs.aveva.com/category/pi-system. Other AVEVA product families (System Platform, CONNECT, etc.) are excluded by design.
Related MCP server: MCP Documentation Server
How it works
The server proxies the publicly accessible docs-be.aveva.com API in real time. No API key, no local doc files, no indexing step — every search and page fetch goes directly to AVEVA's documentation backend and returns content that is always up to date.
Prerequisites
Python 3.11 or later — python.org/downloads
uv — fast Python package manager
curl -LsSf https://astral.sh/uv/install.sh | shClaude Code CLI — installation guide
Installation
1. Clone the repository
git clone https://github.com/naufal-halal/pi-doc-mcp.git
cd pi-doc-mcp2. Install dependencies
uv sync3. Register with Claude Code
claude mcp add pi-docs --scope user -- uv run --directory /path/to/pi-doc-mcp python server.pyReplace /path/to/pi-doc-mcp with the absolute path to the cloned folder.
4. Restart Claude Code to pick up the new MCP server. You should see pi-docs listed when you run:
claude mcp listAvailable Tools
Once registered, Claude has access to three tools:
Tool | Description |
| Search PI System docs by keyword. Optional: |
| Fetch the full text of a documentation page by URL. Optional: |
| List all 90+ PI System documentation bundles grouped by product area (PI Server, PI Web API, Interfaces, Connectors, etc.). |
Usage Examples
Ask Claude questions like:
"What authentication methods does PI Web API support?"
"What are the required tag attributes for the PI RDBMS Interface?"
"How do I configure buffering for a PI Interface on an interface node?"
"Show me the AF SDK getting started guide."
"List all available PI System documentation bundles."
Claude will search the live docs and cite the exact page it used.
Scope
This server covers documentation bundles under docs.aveva.com/category/pi-system, including:
PI Server (Windows and Linux)
PI Web API and AF SDK
PI Vision, PI DataLink, PI Manual Logger
PI Interfaces (OPC DA/HDA, RDBMS, UFL, Modbus, DNP3, Batch, and more)
PI Connectors (OPC UA, MQTT, BACnet, IEC 61850, and more)
Adapters for Edge Data Store
PI Integrators, PI SQL / OLEDB, PI OPC UA Server
Use list_pi_bundles inside Claude to see the full list.
References
Disclaimer
This project is not affiliated with, endorsed by, or supported by AVEVA. It proxies AVEVA's publicly accessible documentation API for personal and developer use. Users are responsible for complying with AVEVA's terms of use.
License
This project is licensed under the MIT License. See LICENSE for detils.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/nurnaufal321/aveva-pi-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server