Refolk

Claude Desktop MCP server for finding people

Search for people inside a normal Claude conversation. If you are using the Claude desktop app, this puts the same two searches the Refolk interface runs inside the conversation you are already having: describe who you need, and it comes back with real people and the evidence behind every pick.

Before you start

You need an API key. Create one in the API page - it is shown once, so keep it somewhere before you close the tab. A new account comes with 500 free credits, which is enough to try this properly before deciding anything.

Where the config lives: ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows.

Setting it up

  1. 1

    Open the config file

    Settings, then Developer, then Edit Config. That reveals the file above.

  2. 2

    Add the server

    The desktop app launches MCP servers as local processes, so a remote one is reached through the mcp-remote bridge. It needs Node installed; nothing else.

    Config
    {
      "mcpServers": {
        "refolk": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://www.refolk.ai/api/mcp",
            "--header",
            "Authorization: Bearer rfk_live_your_key_here"
          ]
        }
      }
    }
  3. 3

    Restart the app

    Quit it fully rather than closing the window, then open it again.

Check it worked. The tools icon in the message box lists four Refolk tools. Ask for a shortlist and approve the call.

What Claude Desktop can do once it is connected

  • refolk_search_people - Search for people in plain English (~10 reserved, reconciled down).
  • refolk_filter_people - Search for people with exact filters (1 credit).
  • refolk_plan_filters - Turn a description into a filter set (1 credit).
  • refolk_credit_balance - Check the credit balance (free).

Two of the four spend credits, and both say so in the description the model reads, so it can tell you what a search will cost before it runs one. Nothing here writes: there is no tool that sends a message or changes your account.

The MCP overview has more on what to ask it, and the API reference documents the same searches as plain HTTP if you would rather call them from your own code.

Common questions

Does Claude Desktop support remote MCP servers?

Claude Desktop launches MCP servers as local processes rather than connecting to a URL, so a remote one is reached through the mcp-remote bridge. It needs Node installed and nothing else; the config above shows the shape.

Where does the config go?

~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows. Merge the server in beside anything already there rather than replacing the file.

What does it cost to use?

The same credits the Refolk app spends. A search in plain English reserves 10 credits and refunds what it did not use; a filtered search costs 1. A new account starts with 500 free credits.

Can Claude Desktop see my API key?

The key sits in the config file on your machine and is attached to the HTTP request by the client. The model reads the tools and their results, never the header.

It connected but there are no tools. What is wrong?

The key is missing or wrong. Every request to the server is authenticated, so a bad key looks like a server with nothing in it. Check the key on its own first, then reload the client.

Try it on the search you came here for

Stop building boolean strings. Just describe the person.

Type one sentence. I plan the search, read GitHub, public LinkedIn and Crunchbase records, and the open web as it is right now, and hand back a ranked list with the reason next to every name.

  1. 01Describe them

    One plain sentence. Role, city, stack, stage, whatever matters to you.

  2. 02I read the web live

    GitHub, public LinkedIn and Crunchbase records, the open web. Not a database that went stale last quarter.

  3. 03You read the shortlist

    Ranked, with the reasoning under every name. Open a profile, ask a follow-up, narrow it down.

  • No boolean, no filters, no seat to buy. One box.
  • Read at search time, so a profile updated yesterday counts today.
  • Every step visible as it runs, every name with its reason.

500 free credits on sign-up. No card, no demo call. See real searches.