Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fingerprint-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/fingerprintjs/fingerprint-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add fingerprint-mcp-serv go run github.com/fingerprintjs/fingerprint-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"fingerprint-mcp-serv": {
"command": "go",
"args": [
"run",
"github.com/fingerprintjs/fingerprint-mcp-server@latest"
]
}
}
}
README Excerpt
<p align="center"> <a href="https://fingerprint.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://fingerprintjs.github.io/home/resources/logo_light.svg" /> <source media="(prefers-color-scheme: light)" srcset="https://fingerprintjs.github.io/home/resources/logo_dark.svg" />
Tools (20)
FINGERPRINT_MANAGEMENT_API_KEYFINGERPRINT_MANAGEMENT_API_URLFINGERPRINT_PUBLIC_KEYFINGERPRINT_REGIONFINGERPRINT_SERVER_API_KEYFINGERPRINT_SERVER_API_URLJWKS_URLMCP_AUTH_TOKENMCP_PORTMCP_PUBLICMCP_READ_ONLYMCP_TLS_CERTMCP_TLS_KEYMCP_TOOLSMCP_TRANSPORTOAUTH_AUTH_SERVEROAUTH_RESOURCEcreate_api_keycreate_environmentdelete_api_key