my-monkey-app
by KardelRuveyda·★ 1·Score 31
Interactive console app displaying monkey information with MCP server integration.
Overview
MyMonkeyApp is a C# console application that provides information about 20+ monkey species. It integrates with the MonkeyMCP server through Docker to access monkey data via the Model Context Protocol. The application features an interactive menu system in Turkish, allowing users to search, filter, and view information about different monkey families, their conservation status, and other details.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this for educational purposes or as a simple demonstration of MCP server integration with console applications.
When NOT to choose this
Not suitable for production use due to limited functionality and educational focus; lacks advanced features needed for serious applications.
Tools this server exposes
10 tools extracted from the READMElist_monkeysList all monkey species with detailed information
search_monkeySearch for a specific monkey by name
get_random_monkeyGet a random monkey species with details
list_monkey_familiesShow all monkey families and their species
get_endangered_monkeysGet endangered monkey species
get_monkey_by_indexRetrieve monkey species by index number
get_monkey_statisticsShow statistics about monkey species
get_monkey_ascii_artGenerate random ASCII art of monkeys
filter_monkeys_by_familyFilter monkeys by family type
get_monkey_by_statusGet monkeys by conservation status
Note: Tool names inferred from menu options and MCP server description. No explicit tool documentation found in the README.
Comparable tools
Installation
- Clone the repository:
git clone https://github.com/KardelRuveyda/MyMonkeyApp.git - Navigate to the project directory:
cd MyMonkeyApp - Install .NET 9.0 SDK
- Build and run the application:
dotnet run
For MCP integration with Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"monkeymcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "jamesmontemagno/monkeymcp"]
}
}
}FAQ
- What MCP servers does this application use?
- The application integrates with the MonkeyMCP Docker container (jamesmontemagno/monkeymcp) which provides monkey data through the MCP protocol.
- Is the MCP integration required to use the application?
- No, the application can run without the MCP server, but the integration enables access to additional monkey data through the protocol.
Compare my-monkey-app with
Last updated · Auto-generated from public README + GitHub signals.