MCP server giving any AI agent a wallet and fourteen tools for Twofold: pools, swaps, staking
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"twofold-mcp": {
"command": "npx",
"args": [
"-y",
"twofoldfi/twofold-mcp"
]
}
}
}
Run in terminal:
claude mcp add twofold-mcp npx -y twofoldfi/twofold-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"twofold-mcp": {
"command": "npx",
"args": [
"-y",
"twofoldfi/twofold-mcp"
]
}
}
}