MCP Server Example
Description
# MCP Server Example example from https://ai.pydantic.dev/mcp/server/ ```bash uv run mcp_server.py ``` ```bash uv run client.py ``` ## Result ```bash 猫は静かに歩く、 月明かりの中、姿を見せる。 柔らかな毛、優しい瞳、 夜の静けさ、心を癒す。 尻尾を立てて、自由に遊ぶ、 小さな獲物を追いかける。 屋根の上から、世界を見下ろし、 夢の中でも、旅を続ける。 あどけない顔、甘い声、 そっと寄り添い、心を満たす。…
About
# MCP Server Example example from https://ai.pydantic.dev/mcp/server/ ```bash uv run mcp_server.py ``` ```bash uv run client.py ``` ## Result ```bash 猫は静かに歩く、 月明かりの中、姿を見せる。 柔らかな毛、優しい瞳、 夜の静けさ、心を癒す。 尻尾を立てて、自由に遊ぶ、 小さな獲物を追いかける。 屋根の上から、世界を見下ろし、 夢の中でも、旅を続ける。 あどけない顔、甘い声、 そっと寄り添い、心を満たす。 猫はいつでも、そばにいて、 愛と安らぎを、与えてくれる。 ```
Details
- Author
- t-nakatani
- Downloads
- 280
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server ExampleCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run the server with uv run mcp_server.py and the client with uv run client.py. No configuration or additional steps are mentioned.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server example": {
"mcp_server-exmaple": {
"command": "uv",
"args": [
"run",
"mcp_server.py"
]
}
}
}
}
McpServers
{
"mcp_server-exmaple": {
"command": "uv",
"args": [
"run",
"mcp_server.py"
]
}
}
MCP Server Example
example from https://ai.pydantic.dev/mcp/server/uv run mcp_server.py
uv run client.py
Result
猫は静かに歩く、
月明かりの中、姿を見せる。
柔らかな毛、優しい瞳、
夜の静けさ、心を癒す。
尻尾を立てて、自由に遊ぶ、
小さな獲物を追いかける。
屋根の上から、世界を見下ろし、
夢の中でも、旅を続ける。
あどけない顔、甘い声、
そっと寄り添い、心を満たす。
猫はいつでも、そばにいて、
愛と安らぎを、与えてくれる。
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



