Letter Counter Server

A letter-counter-mcp-server for solving the strawberry LLM problem

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Letter Counter Server MCP server manually.

Letter Counter MCP Server (strawberry-mcp)

This is an LLM generated mcp server using the instructions from Building MCP with LLMs.

It's purpose is to solve the strawberry LLM problem as a joke/learning example.

Prompt

The original prompt referenced the llms-full.md and typescript-sdk README for guidance on building the MCP server.

The prompt was as follows:

We're going to build an MCP server. We can look at `llms-full.md` for some general guidance and examples. `typescript-sdk-README.md` to understand the typescript-sdk for MCP.

Build an MCP server that:

- Enables the LLM to count letter occurrences in a word
- It should provide a tool that the LLM can pass a word + the letter they want to count

We should keep the code well organized. We should add unit tests. Please setup build and test scripts in the package.json. We should be able to test the letter counter without having to run the MCP server.

We should be able to have the LLM do something like:

count strawberry r and get back 3.
Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Letter Counter Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit