MCP server providing ELF600 electromagnetic field analysis (MAGIC/ELFIN/BEAM) documentation: file formats, eddy current setup, sinusoidal AC, IPM motor workflow.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-elf": {
"command": "uvx",
"args": [
"mcp-server-elf"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-elf uvx mcp-server-elf
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-elf": {
"command": "uvx",
"args": [
"mcp-server-elf"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-elf