MCP server for AI chat
This guide will show you how to implement a local MCP server for Anthropic Claude AI. MCP server is a simple interface that allows you to connect your local NextFEM Designer installation to Claude AI.
Install Claude Desktop.
NextFEM Designer is supposed to be already installed on your system. Be sure to activate the REST server at startup of the program, by activating the option depicted below.
MCP server consists in a Python script exposing the tools to be connected with AI. This is supplied by your public repository MCPserver.
git pull https://github.com/NextFEM/MCPserver.git
pip install -r requirements.txt
{
"mcpServers": {
"NextFEM": {
"command": "python",
"args": [
"C:\\myPath\\mcpServer.py"
]
}
}
}
Remember to change myPath with the MCP server path.
That’s all. Restart NextFEM Designer and Claude Desktop. You’ll see a hammer with the number of NextFEM Designer tools avaialble in Claude.
{
"mcpServers": {
"NextFEM": {
"env": {},
"args": [
"C:\\myPath\\mcpServer.py"
],
"command": "python"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.