drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/toolkit-mcp-server
T

toolkit-mcp-server

Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
npx -y @cyanheads/toolkit-mcp-server
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO, HTTP
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
obsidian-mcp-server, mcp-ts-core, openstreetmap-mcp-server

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like toolkit-mcp-server.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO, HTTP
Command
npx -y @cyanheads/toolkit-mcp-server
Environment
{ "MCP_LOG_LEVEL": "info", "TOOLKIT_ENABLE_NET_DIAGNOSTICS": "false", "TOOLKIT_ENABLE_SYSTEM_INFO": "false", "TOOLKIT_ALLOW_PRIVATE_NETWORK": "false", "TOOLKIT_GEO_PROVIDER": "ip-api", "TOOLKIT_GEO_API_KEY": "YOUR_SECRET_VALUE", "TOOLKIT_GEO_BASE_URL": "http://ip-api.com", "TOOLKIT_GEO_CACHE_TTL_SECONDS": "3600", "TOOLKIT_GEO_RATE_LIMIT_PER_MIN": "45", "MCP_HTTP_HOST": "127.0.0.1", "MCP_HTTP_PORT": "3010", "MCP_HTTP_ENDPOINT_PATH": "/mcp", "MCP_AUTH_MODE": "none" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-cyanheads-toolkit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/toolkit-mcp-server"
      ],
      "env": {
        "MCP_LOG_LEVEL": "info",
        "TOOLKIT_ENABLE_NET_DIAGNOSTICS": "false",
        "TOOLKIT_ENABLE_SYSTEM_INFO": "false",
        "TOOLKIT_ALLOW_PRIVATE_NETWORK": "false",
        "TOOLKIT_GEO_PROVIDER": "ip-api",
        "TOOLKIT_GEO_API_KEY": "YOUR_SECRET_VALUE",
        "TOOLKIT_GEO_BASE_URL": "http://ip-api.com",
        "TOOLKIT_GEO_CACHE_TTL_SECONDS": "3600",
        "TOOLKIT_GEO_RATE_LIMIT_PER_MIN": "45",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is toolkit-mcp-server?+

toolkit-mcp-server is an MCP server for Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.. It supports STDIO, HTTP transport.

How do I install toolkit-mcp-server?+

Use the generated config in Install. This server runs with npx -y @cyanheads/toolkit-mcp-server; add any required environment variables before starting your client.

How do I add toolkit-mcp-server to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config for npx -y @cyanheads/toolkit-mcp-server. Add required environment variables before starting Claude Desktop.

How do I add toolkit-mcp-server to Claude Code?+

Choose the Claude Code tab in Install and copy the config for npx -y @cyanheads/toolkit-mcp-server. Add required environment variables before starting Claude Code.

How do I use toolkit-mcp-server with Codex?+

Choose the Codex tab in Install and copy the config for npx -y @cyanheads/toolkit-mcp-server. Add required environment variables before starting Codex.

How do I add toolkit-mcp-server to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config for npx -y @cyanheads/toolkit-mcp-server. Add required environment variables before starting Cursor or VS Code.

What endpoint and transport does toolkit-mcp-server use?+

toolkit-mcp-server uses STDIO, HTTP transport. Use the package or command config in Install.

What tools and resources does toolkit-mcp-server expose?+

toolkit-mcp-server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does toolkit-mcp-server require authentication?+

toolkit-mcp-server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

obsidian-mcp-serverRead, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.mcp-ts-coreAgent-native TypeScript framework for building MCP servers with declarative definitions.openstreetmap-mcp-serverGeocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.seerr-mcp-serverSearch Jellyseerr/Overseerr, check availability, and create guarded media requests.eia-energy-mcp-serverBrowse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.census-mcp-serverQuery U.S. Census Bureau data, variables, and geography via MCP.

Profile notes

  • Package: Npm @cyanheads/toolkit-mcp-server v2.0.1
  • Environment variable: MCP_LOG_LEVEL (default info)
  • Environment variable: TOOLKIT_ENABLE_NET_DIAGNOSTICS (default false)
  • Environment variable: TOOLKIT_ENABLE_SYSTEM_INFO (default false)
  • Environment variable: TOOLKIT_ALLOW_PRIVATE_NETWORK (default false)
  • Environment variable: TOOLKIT_GEO_PROVIDER (default ip-api)
  • Environment variable: TOOLKIT_GEO_API_KEY (secret)
  • Environment variable: TOOLKIT_GEO_BASE_URL (default http://ip-api.com)
  • Environment variable: TOOLKIT_GEO_CACHE_TTL_SECONDS (default 3600)
  • Environment variable: TOOLKIT_GEO_RATE_LIMIT_PER_MIN (default 45)
  • Package: Npm @cyanheads/toolkit-mcp-server v2.0.1
  • Environment variable: MCP_HTTP_HOST (default 127.0.0.1)
  • Environment variable: MCP_HTTP_PORT (default 3010)
  • Environment variable: MCP_HTTP_ENDPOINT_PATH (default /mcp)
  • Environment variable: MCP_AUTH_MODE (default none)
  • Environment variable: MCP_LOG_LEVEL (default info)
  • Environment variable: TOOLKIT_ENABLE_NET_DIAGNOSTICS (default false)
  • Environment variable: TOOLKIT_ENABLE_SYSTEM_INFO (default false)
  • Environment variable: TOOLKIT_ALLOW_PRIVATE_NETWORK (default false)
  • Environment variable: TOOLKIT_GEO_PROVIDER (default ip-api)
  • Environment variable: TOOLKIT_GEO_API_KEY (secret)
  • Environment variable: TOOLKIT_GEO_BASE_URL (default http://ip-api.com)
  • Environment variable: TOOLKIT_GEO_CACHE_TTL_SECONDS (default 3600)
  • Environment variable: TOOLKIT_GEO_RATE_LIMIT_PER_MIN (default 45)

Packages

PackageRegistryVersionInputs
@cyanheads/toolkit-mcp-server

stdio

npm2.0.1

Env: MCP_LOG_LEVEL

Env: TOOLKIT_ENABLE_NET_DIAGNOSTICS

Env: TOOLKIT_ENABLE_SYSTEM_INFO

Env: TOOLKIT_ALLOW_PRIVATE_NETWORK

Env: TOOLKIT_GEO_PROVIDER

Env: TOOLKIT_GEO_API_KEY secret

Env: TOOLKIT_GEO_BASE_URL

Env: TOOLKIT_GEO_CACHE_TTL_SECONDS

Env: TOOLKIT_GEO_RATE_LIMIT_PER_MIN

Details

Version
2.0.1
Repository
https://github.com/cyanheads/toolkit-mcp-server
Updated
Jun 28, 2026