Skip to content
Grok

swift bic mcp for Grok

io.github.mrfentmen/swift-bic-mcp

Look up SWIFT and BIC bank codes from a bundled directory. No network and no key.

client:Grok transport:stdio runtime:npm

Install swift bic mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "swift-bic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "swift-bic-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

swift bic mcp in other clients