thangphan3000/my-first-mcp-server
3.2
If you are the rightful owner of my-first-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This document provides a comprehensive overview of a Model Context Protocol (MCP) server designed to deliver Chuck Norris jokes.
Tools
1
Resources
0
Prompts
0
MCP Server
Tools that my MCP server provides
- Get a chuck norris joke
Install requirement libraries
pip3 install -r requirements.txt
Integrate MCP server to Claude developer configuration file named claude_desktop_config.json
{
"mcpServers": {
"joke": {
"command": "/Users/thangphan/code/personal/mcp-server/.venv/bin/python3",
"args": [
"/Users/thangphan/code/personal/mcp-server/main.py"
]
}
}
}