Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Polygon Mcp

    6 stars
    TypeScript
    Updated Jul 11, 2025

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Usage
    • Running the server
    • Using with Claude
    • Available Tools
    • call_contract
    • erc20_balance
    • erc20_transfer
    • get_gas_price
    • License

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Usage
    • Running the server
    • Using with Claude
    • Available Tools
    • call_contract
    • erc20_balance
    • erc20_transfer
    • get_gas_price
    • License

    Documentation

    Polygon MCP Server

    A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Polygon PoS blockchain.

    Features

    • Call contract functions on Polygon PoS
    • Get ERC20 token balances
    • Transfer ERC20 tokens
    • Get current gas prices

    Installation

    1. Clone this repository:

    bash
    git clone https://github.com/your-username/polygon-mcp.git
    cd polygon-mcp

    2. Install dependencies:

    bash
    npm install

    3. Build the project:

    bash
    npm run build

    Configuration

    Create a .env file in the root directory with the following variables:

    code
    SEED_PHRASE="your twelve word seed phrase here"

    Usage

    Running the server

    bash
    npm start

    Using with Claude

    To use this MCP server with Claude, you need to add it to your MCP settings file:

    For VSCode Claude extension:

    json
    {
      "mcpServers": {
        "polygon": {
          "command": "node",
          "args": ["/path/to/polygon-mcp/build/index.js"],
          "env": {
            "SEED_PHRASE": "your twelve word seed phrase here"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    For Claude desktop app:

    json
    {
      "mcpServers": {
        "polygon": {
          "command": "node",
          "args": ["/path/to/polygon-mcp/build/index.js"],
          "env": {
            "SEED_PHRASE": "your twelve word seed phrase here"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    Available Tools

    call_contract

    Call a contract function on Polygon PoS.

    Parameters:

    • contractAddress: The address of the contract to call
    • functionName: The name of the function to call
    • functionArgs: The arguments to pass to the function
    • abi: The ABI of the contract
    • value (optional): The value of MATIC to send with the transaction

    erc20_balance

    Get the balance of an ERC20 token on Polygon PoS.

    Parameters:

    • contractAddress: The address of the contract to get the balance of

    erc20_transfer

    Transfer an ERC20 token on Polygon PoS.

    Parameters:

    • contractAddress: The address of the contract to transfer the token from
    • toAddress: The address of the recipient
    • amount: The amount of tokens to transfer

    get_gas_price

    Get the current gas price on Polygon PoS.

    License

    MIT

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k