
BowenXU0126 Aistudio Hw3 MCP
- Updated October 3, 2025
- BowenXU0126/aistudio_hw3
ai.smithery/BowenXU0126-aistudio_hw3 is a MCP server that sends personalized greetings with optional pirate flair over Smithery’s hosted remote.
About
ai.smithery/BowenXU0126-aistudio_hw3 is a lightweight Model Context Protocol server published on Smithery that composes friendly greetings, with an optional pirate tone, for a given name. It targets developers who are new to MCP—not founders hunting production integrations—and gives a harmless tool surface to confirm that Claude Code, Cursor, or another client can authenticate, discover tools, and return results over streamable HTTP. The catalog lists version 1.16.0 and ties to a compact GitHub homework-style project, which makes it useful as a connectivity check before you attach billing, ads, or database MCPs. Do not confuse this demo with customer-facing product features; its value is proving your Smithery API key and remote URL are correct. Once greetings work, swap in substantive servers from Skillselion’s Build and Launch collections for real shipping workflows.
- Personalized greeting salutations for any supplied name
- Optional pirate-flavored message variant for demos
- Smithery streamable HTTP remote at catalog version 1.16.0
- Bearer Smithery API key header on the hosted endpoint
- Small GitHub repo BowenXU0126/aistudio_hw3 suitable for MCP smoke tests
BowenXU0126 Aistudio Hw3 MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http bowenxu0126-aistudio_hw3 https://server.smithery.ai/@BowenXU0126/aistudio_hw3/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | October 3, 2025 |
| Repository | BowenXU0126/aistudio_hw3 ↗ |
What it does
Try a minimal Smithery MCP sample that sends personalized greetings—with optional pirate flair—while learning remote MCP wiring.
Who is it for?
Best when you're learning Smithery MCP registration and want a zero-risk hello-world tool in Claude Code or Cursor.
Skip if: Production user onboarding, marketing automation, or any workflow that needs real business APIs.
What you get
After setup, your agent can call a simple greet tool so you know Smithery Bearer auth and streamable HTTP are configured correctly.
- Working personalized greeting tool calls from your agent
- Validated Smithery remote registration pattern
- Reference implementation at server version 1.16.0 for learning
By the numbers
- Catalog server version 1.16.0
- Smithery streamable-http remote with Bearer Smithery API key
- Repository github.com/BowenXU0126/aistudio_hw3
README.md
hw3
An MCP server built with Smithery CLI
Prerequisites
- Smithery API key: Get yours at smithery.ai/account/api-keys
Getting Started
Run the server:
uv run devTest interactively:
uv run playground
Try saying "Say hello to John" to test the example tool.
Development
Your server code is in src/hello_server/server.py. Add or update your server capabilities there.
Deploy
Ready to deploy? Push your code to GitHub and deploy to Smithery:
Create a new repository at github.com/new
Initialize git and push to GitHub:
git add . git commit -m "Hello world 👋" git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git git push -u origin mainDeploy your server to Smithery at smithery.ai/new
Recommended MCP Servers
How it compares
Tutorial greeting MCP demo, not a growth, ads, or infrastructure integration.
FAQ
Who is BowenXU0126-aistudio_hw3 for?
Developers experimenting with MCP and Smithery who want the simplest possible remote tool to validate their agent setup.
When should I use BowenXU0126-aistudio_hw3?
Use it during Build-phase agent-tooling setup when you need to confirm Bearer tokens and MCP remotes work before adding serious servers.
How do I add BowenXU0126-aistudio_hw3 to my agent?
Add the Smithery streamable HTTP URL for aistudio_hw3 to your MCP config and set Authorization to Bearer with your Smithery API key.