Skip to main content

How to set up the Tomba local MCP server

Run the Tomba MCP server on your own machine over stdio transport for desktop AI applications.

Written by Tomba.io Team

The local MCP server runs on your own machine and communicates over stdio transport. It suits desktop AI applications and gives you the most control over execution.

Local or remote?

Local MCP

Remote MCP

Where it runs

Your machine

Cloud-hosted by Tomba

Transport

Stdio

HTTP / SSE

Installation

Required

None

Best for

Desktop AI apps

Web applications

Before you start

You will need your Tomba API key and secret. See How to find my API key and Where can I find my secret key.

You also need Node.js available, since the server runs through npx.

Configuration

{  "mcpServers": {    "tomba": {      "command": "npx",      "args": ["-y", "@tomba-mcp-server"],      "env": {        "TOMBA_API_KEY": "your-api-key",        "TOMBA_API_SECRET": "your-api-secret"      }    }  }}

The server starts automatically when your AI tool launches — there is no separate process to manage.

What it provides

Email discoveryEmail Finder by first name, last name and domain; Domain Search across a company; LinkedIn Finder from a profile URL; Author Finder from an article URL.

VerificationEmail Verifier for deliverability, plus status checking.

Security

Your credentials stay in the local configuration file on your machine. They are never transmitted to AI model providers.

Related


Related Resources

Did this answer your question?