afas for Claude Desktop
com.iwebdevelopment/afas
AFAS AI Connect: hosted MCP server for AFAS Profit.
client:Claude Desktop
transport:streamable-http
Install afas in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"afas": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-afas.iwebdevelopment.com"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs