My First MCP
my-first-mcp
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install JHSeo-git/my-first-mcp -c claude
This command will automatically install and configure the My First MCP MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"My First MCP": {
"command": "node",
"args": [
"/absolute/path/to/your/dist/index.js"
]
}
}
}
my-first-mcp
Running MCP
node
{
"mcpServers": {
"my-first-mcp": {
"command": "node",
"args": ["/absolute/path/to/your/dist/index.js"]
}
}
}
docker
{
"mcpServers": {
"my-first-mcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "my-first-mcp"]
}
}
}
Runner
stdio
docker build -t my-first-mcp-stdio .
# docker build --platform linux/amd64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio .
# docker buildx build --platform linux/amd64,linux/arm64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio --push .
docker run -i --rm my-first-mcp-stdio
stdio -> sse
docker build -t my-first-mcp-gateway -f Dockerfile.sse .
docker run --rm -p 8181:8000 my-first-mcp-gateway
Details:
Stars
1Forks
0Last commit
29 days agoRepository age
3 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to My First MCP:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit