Windows-local MCP server and Dalamud plugin for observing FFXIV state and executing opt-in actions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dalamudmcp": {
"command": "npx",
"args": [
"-y",
"getsetmind/DalamudMCP"
]
}
}
}
Run in terminal:
claude mcp add dalamudmcp npx -y getsetmind/DalamudMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"dalamudmcp": {
"command": "npx",
"args": [
"-y",
"getsetmind/DalamudMCP"
]
}
}
}