
mcp server count r
Simple MCP Server to count char "r"
Repository Info
About This Server
Simple MCP Server to count char "r"
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Create your first own server
Linux
python3 -m venv .venv
source .venv/bin/activate
pip install mcp
touch server.py
More MCP servers and clients
- on Github https://github.com/appcypher/awesome-mcp-servers
Setup of Claude Desktop
-
Install Claude Desktop
-
Open Claude Desktop
-
Add a new mcp server with Apple Key + , change to tab developer and open !alt text
-
Add a new mcp server to claude_desktop_config.json
{
"mcpServers": {
"count-r": {
"command": "/Users/ma3u/projects/mcp-server-count-r-/.venv/bin/python",
"args": [
"/Users/ma3u/projects/mcp-server-count-r-/server.py"
],
"host": "127.0.0.1",
"port": 5000,
"timeout": 10000
}
}
}
-
Restart Claude Desktop
-
Test with Claude Desktop and the nice german word: Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz
!alt text
- Accept the new mcp server
!alt text
8.Check logs of Claude Desktop:
tail -n 20 -F ~/Library/Logs/Claude/mcp*.log | grep "count-r"
Quick Start
Clone the repository
git clone https://github.com/ma3u/mcp-server-count-r-Install dependencies
cd mcp-server-count-r-
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.