Skip to main content
Glama
rekog-labs

Counting MCP Server

by rekog-labs

Remote MCP Tools

Install the dependencies:

npm install

Start your MCP server with:

npm run start

Your server will be running at http://localhost:3000/mcp.

You can quickly try it out with the command below:

bunx @modelcontextprotocol/inspector@0.16.2 \
  --cli http://localhost:3000/mcp \
  --transport http \
  --method tools/list

Or try it out interactively using the inspector:

bunx @modelcontextprotocol/inspector@0.16.2

Related MCP server: Toy MCP Server

Connecting to Claude Desktop

To connect your tool to Claude Desktop:

  1. Open Claude Desktop.

  2. Go to Settings > Developer > Edit Config.

  3. Add your MCP server to the configuration using mcp-proxy:

{
  "mcpServers": {
    "counting": {
      "command": "mcp-proxy",
      "args": [
        "http://localhost:3000/sse"
      ]
    }
  }
}

NOTE: mcp-proxy (repo) enables Claude Desktop (which currently supports only the stdio transport of the MCP spec) to connect to your MCP Server via HTTP+SSE protocol by translating between the two. Ensure mcp-proxy is installed and accessible in your system's PATH.

Restart Claude Desktop, and your tool will be available.

Testing It Out

Now you can ask Claude: "How many 'R's are in 'strawberry'?"

Claude should use your counting tool to provide the correct answer.

Strawberry response with Tools

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rekog-labs/mcp-nest-getting-started'

If you have feedback or need assistance with the MCP directory API, please join our Discord server