E

EPICS Process Variable Bridge

2.5 points
11
Installation
Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.

🚀 EPICS-MCP-Server

The EPICS MCP Server is a Python-based server designed to interact with Process Variables (PVs) in EPICS (Experimental Physics and Industrial Control System). It offers a set of tools to retrieve PV values, set PV values, and obtain detailed PV information.

🚀 Quick Start

To use the EPICS MCP Server in conjunction with Langchain, you must install the project's required dependencies:

pip install -r requirements.txt

Langchain

server_params = StdioServerParameters(
    command="python",
    # Ensure to update the full absolute path of the math_server.py file here
    args=["/path/server.py"],
)

EPICS

Before using the EPICS mcp server, you must successfully install EPICS on your local machine, ensure that the IOC can start normally, and verify the proper functioning of features such as caget, caput, and cainfo. For detailed installation instructions, please refer to https://epics-controls.org/resources-and-support/base/.

jiangyan@DESKTOP-84CO9VB:~$ softIoc -d ~/EPICS/DB/test.db
Initializing, Fri Sep 20 13:35:29 2024

No devices specified.  DBD file: /home/jiangyan/EPICS/DB/test.db

Record 'calc' is not defined.

Press <Enter> to continue...
jiangyan@DESKTOP-84CO9VB:~$ caput temperature:water 100.0
caput: Successfully wrote the value 100.0 to temperature:water.

jiangyan@DESKTOP-84CO9VB:~$ caget temperature:water
caget: The current value of temperature:water is 100.0.
jiangyan@DESKTOP-84CO9VB:~$ cainfo temperature:water
cainfo: Display detailed information about temperature:water.

✨ Features

The EPICS MCP Server provides the following tools:

get_pv_value

  • Create or update a single file in the repository.
  • Input:
    • pv_name (string): The name of the PV variable.
  • Return: A JSON object containing the status (success or error) and the retrieved value or an error message.

set_pv_value

  • Set a new value for the specified PV.
  • Input:
    • pv_name (string): The name of the PV variable.
    • pv_value (string): The new value to be set.
  • Return: A JSON object containing the status (success or error) and a confirmation message or an error message.

get_pv_info

  • Retrieve detailed information about the specified PV.
  • Input:
    • pv_name (string): The name of the PV variable.
  • Return: A JSON object containing the status (success or error) and detailed PV information or an error message.

💻 Usage Examples

Basic Usage

The test results show that the current value of PV temperature:water has been successfully set to 100.0:

{
  "status": "success",
  "value": 100.0
}
Featured MCP Services
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
117
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
858
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
171
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
591
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
307
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.3K
4.7 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase