What is MCP?

Model Context Protocol (MCP) enables AI assistants to interact with your Fingertip sites. Through this integration, AI assistants can view, manage, and create sites within your Fingertip account.

Getting your API key

Get your API key from fingertip.com/account/api. Log in, generate a key, and use it during setup. Keep it secure.

Claude Desktop Integration

Setup Instructions

  1. Ensure Claude Desktop is installed on your system (macOS/Windows)
  2. Edit your Claude Desktop configuration file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add the Fingertip MCP server configuration:
    {
      "mcpServers": {
        "fingertip_api": {
          "command": "npx",
          "args": ["-y", "fingertip-mcp"],
          "env": {
            "FINGERTIP_API_KEY": "Your_API_Key_Here"
          }
        }
      }
    }
    
  4. Restart Claude Desktop
  5. Verify by asking Claude: “What Fingertip sites do I have?”

Troubleshooting

  • Ensure the MCP server is running when using Claude
  • Restart Claude Desktop if tools aren’t appearing
  • Verify your API key is correct

Available Tools

The integration provides access to the following functionality:

ToolDescription
get-sitesRetrieve all your Fingertip sites
get-siteGet details about a specific site
create-siteCreate a new Fingertip site
get-pageRetrieve a specific page
update-pageModify page content
get-page-blocksRetrieve all blocks for a page
get-page-themeGet theme settings for a page
update-page-themeModify theme settings
update-blockUpdate a specific content block

Requirements

  • Node.js 16 or higher
  • Valid Fingertip API key

Technical Details

The Fingertip MCP Server is built with TypeScript and generated using Stainless.

For developer documentation, bug reports, or contributions, visit the GitHub repository.

Support

If you encounter any issues or need assistance, contact [email protected].