Utilizes the TypeScript SDK for MCP to implement a letter counting service, enabling LLMs to count occurrences of specific letters within words (e.g., counting how many times 'r' appears in 'strawberry').
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Letter Counter MCP Servercount how many times the letter 'e' appears in 'elephant'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: