MCP server for Atomiq cross-chain swaps — enables AI agents to execute trustless swaps between Bitcoin/Lightning and smart chains
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"atomiq-mcp-server": {
"command": "npx",
"args": [
"-y",
"atomiqlabs/atomiq-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add atomiq-mcp-server npx -y atomiqlabs/atomiq-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atomiq-mcp-server": {
"command": "npx",
"args": [
"-y",
"atomiqlabs/atomiq-mcp-server"
]
}
}
}