agentsclimarketplace

Gmail mcp

Skill Miyamura80/MCP-Template/landing-page/public/.well-known/agent-skills/gmail-mcp

Triage and curate a Gmail inbox by connecting to the GmailMCP server over MCP and calling its typed tools.From its SKILL.md

Install
npx -y skills add Miyamura80/MCP-Template --skill gmail-mcp

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

GmailMCP

GmailMCP is a Model Context Protocol (MCP) server. Use it to rank, triage, and draft replies for a Gmail inbox. The same tools are also reachable over a CLI and a plain HTTP API; behaviour is identical across all three transports.

Connect

Add the MCP server to your client, then discover its tools.

  • Endpoint (streamable HTTP): https://mcp.gmailmcp.com/mcp
  • Server name: gmail-mcp
  • Discovery metadata: https://gmailmcp.com/.well-known/mcp.json

Use

  1. List the available tools with the MCP tools/list method.

  2. Call a tool with tools/call and typed JSON arguments. For example, to triage the inbox:

    {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/call",
      "params": {
        "name": "gmail_curate_inbox",
        "arguments": { "limit": 3 }
      }
    }
    
  3. The server returns structured output (e.g. threads ranked by an importance score, with a flag for whether a draft reply was prepared).

Learn more

  • Full description for LLMs: https://gmailmcp.com/llms-full.txt
  • Human documentation: https://gmailmcp.com/docs
  • Source code: https://github.com/Miyamura80/MCP-Template

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.