Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ› οΈ Other Tools and Integrations
  3. Tiny Go MCP Server
Tiny Go MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:05:46 PM

Tiny Go MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Minimal Go library and binary for building spec-compliant MCP servers with automatic JSON Schema from struct tags.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for kioie/tiny-go-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ› οΈ More in Other Tools and Integrations

Overview

This project provides a lightweight toolkit for creating Model Context Protocol (MCP) servers in Go with minimal boilerplate. It wraps the official go-sdk to simplify server setup, tool registration, and transport handling (stdio, HTTP, SSE) while automatically inferring JSON Schemas from Go struct tags. Use it when you want a small static binary and easy integration with the official MCP protocol implementation without extra dependencies or complex frameworks.

Use cases

β€’Build MCP servers with minimal setup and boilerplate
β€’Create stdio, streamable HTTP, or legacy SSE MCP transports
β€’Automatically generate JSON Schema from Go struct tags
β€’Develop small static binaries (~5MB) for MCP tools
β€’Use as a starting template or library for MCP server development

Key features

β€’Thin wrapper on official modelcontextprotocol/go-sdk
β€’Safe tool registration with error handling
β€’Supports stdio, streamable HTTP, and legacy SSE transports
β€’Automatic JSON Schema inference from Go struct tags
β€’Minimal dependencies and small static binary size (~5MB)
β€’Provides HTTP middleware and server start helpers

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Tiny Go MCP Server.

Extracted Tool Capabilities
Thin wrapper on official modelcontextprotocol/go-sdk
Safe tool registration with error handling
Supports stdio, streamable HTTP, and legacy SSE transports
Automatic JSON Schema inference from Go struct tags
Minimal dependencies and small static binary size (~5MB)
Provides HTTP middleware and server start helpers

Documentation Overview

Tiny Go MCP Server β€” minimal Go MCP toolkit

Tiny Go MCP Server

CI Go Reference Go Report Card tiny-go-mcp-server MCP server

A lightweight Model Context Protocol (MCP) toolkit for Go. Build spec-compliant MCP servers (stdio, streamable HTTP, legacy SSE) with tools, resources, and prompts β€” minimal boilerplate and automatic JSON Schema from Go structs.

Built on the official modelcontextprotocol/go-sdk.

Requirements: Go 1.26+ (download).


Why Tiny?

Tiny Go MCP ServerFull frameworks
GoalThin helper on official go-sdk + tiny static binaryFull MCP feature surface
DepsOfficial go-sdk onlyVaries
Binary~5MB stripped, no runtime on hostOften larger stacks
SchemasInferred from struct tagsManual or builder APIs

Use this project as a library (tinymcp package) or as a starting template (cmd/tiny-go-mcp).

When to use what

tinymcp (this repo)mcp-gogo-sdk alone
Best forThin helper on go-sdk, tiny binaryRich helpers, large ecosystemFull control, no extra layer
SchemaStruct tags β†’ auto JSON SchemaBuilder APIs / helpersAddTool + generics yourself
Transportstdio (Start()), streamable HTTP (StartHTTP), legacy SSE (StartSSE)stdio, SSE, HTTP, …All transports
Depsgo-sdk onlyStandalone modulego-sdk only

Choose tinymcp when you want the official protocol implementation with minimal boilerplate and a small static server binary.

Philosophy

tinymcp is a thin helper on the official go-sdk β€” not a replacement for it.

We reduce setup and transport boilerplate (server creation, registration error handling, stdio/HTTP/SSE, TextResult, deploy examples). The protocol implementation, generics, and schema inference still come from modelcontextprotocol/go-sdk.

That means handler code uses both imports β€” and that is intentional:

server.ts
import (
    "github.com/kioie/tiny-go-mcp-server/tinymcp"
    "github.com/modelcontextprotocol/go-sdk/mcp" // handler types, prompts, resources, advanced APIs
)
Use tinymcp forUse go-sdk (mcp) for
NewServer, RegisterTool, transportsHandler signatures (CallToolRequest, GetPromptRequest, …)
Safe registration (errors, not panics)Tool annotations, elicitation, custom protocol features
TextResult, HTTP middleware helpersAnything via server.RawServer()

We are not aiming for a non-leaky facade that hides the SDK. If you need full control, call RawServer() or use go-sdk directly β€” same underlying server, no lock-in.

tinymcp vs raw go-sdk

Same protocol implementation β€” tinymcp removes repetitive setup. Handler code still imports mcp for request types in both cases.

go-sdk alone (minimal stdio server):

go
server := mcp.NewServer(&mcp.Implementation{Name: "my-mcp", Version: "1.0.0"}, nil)
mcp.AddTool(server, &mcp.Tool{
    Name:        "greet",
    Description: "Greet someone by name",
}, greet)
if err := server.Run(context.Background(), &mcp.StdioTransport{}); err != nil {
    log.Fatal(err)
}

tinymcp (same tool, less boilerplate):

go
s := tinymcp.NewServer("my-mcp", "1.0.0")
if err := tinymcp.RegisterTool(s, "greet", "Greet someone by name", greet); err != nil {
    log.Fatal(err)
}
log.Fatal(s.Start())
tinymcp addsStill on go-sdk (mcp)
NewServer(name, ver)Handler signatures (CallToolRequest, prompts, resources)
RegisterTool + struct-tag JSON SchemaTool annotations via RegisterToolDef + mcp.Tool
Safe registration errors (no panics)Advanced session / event-store APIs
Start() / StartHTTP() / HTTP middlewareFull control via RawServer()

Use go-sdk alone when you want zero wrapper. Use tinymcp when you want less setup while staying on the official implementation.

Transport

MethodAPITypical clients
stdio (default)Start()Cursor, Claude Desktop, Windsurf (local subprocess)
Streamable HTTPStartHTTP(addr, opts) or StreamableHTTPHandlerRemote MCP clients, gateways, browser tools
Legacy SSEStartSSE(addr, opts) or SSEHandlerOlder clients on MCP 2024-11-05 SSE transport

Start() runs stdio (stdin/stdout) β€” what most local AI clients expect.

For HTTP/SSE, tinymcp wraps the official go-sdk handlers with minimal options:

go
// Streamable HTTP on loopback (stateless demo — no GET/SSE or server→client RPC)
log.Fatal(server.StartHTTP("127.0.0.1:8080", &tinymcp.HTTPOptions{Stateless: true}))

// Or mount on your own mux (auth, TLS, path prefix)
handler, _ := tinymcp.StreamableHTTPHandler(server, nil)
http.Handle("/mcp", handler)

Stateless mode (Stateless: true) is the default in examples: one POST JSON-RPC per request, no long-lived SSE GET stream, and no server-initiated messages. Omit it or use session options when you need full streamable HTTP sessions β€” see docs/HTTP.md.

See docs/HTTP.md and examples/http. To host for Smithery URL listing (no Docker for end users), use examples/http-deploy. For advanced session routing or event stores, use server.RawServer() with the go-sdk directly.


Quick start (library)

Step-by-step guide: docs/QUICKSTART.md. AI codegen: SYSTEM_PROMPT.md.

bash
go get github.com/kioie/tiny-go-mcp-server/tinymcp@latest
server.ts
package main

import (
	"context"
	"fmt"
	"log"

	"github.com/kioie/tiny-go-mcp-server/tinymcp"
	"github.com/modelcontextprotocol/go-sdk/mcp"
)

type greetArgs struct {
	Name string `json:"name" jsonschema:"Person to greet"`
}

func main() {
	s := tinymcp.NewServer("my-mcp", "1.0.0")
	if err := tinymcp.RegisterTool(s, "greet", "Greet someone by name", greet); err != nil {
		log.Fatal(err)
	}
	log.Fatal(s.Start())
}

func greet(_ context.Context, _ *mcp.CallToolRequest, args greetArgs) (*mcp.CallToolResult, any, error) {
	return tinymcp.TextResult(fmt.Sprintf("Hello, %s!", args.Name)), nil, nil
}

See examples/minimal for a runnable copy-paste example.

Scaffold a new server

Requires tagged module template/ (v1.1.1+) for stdio, or template-http/ for streamable HTTP:

bash
go install golang.org/x/tools/cmd/gonew@latest
gonew github.com/kioie/tiny-go-mcp-server/template@latest example.com/my-mcp my-mcp
cd my-mcp && go run .

# HTTP deploy (Smithery / Fly / Render):
gonew github.com/kioie/tiny-go-mcp-server/template-http@latest example.com/my-mcp-http my-mcp-http
cd my-mcp-http && go run .

Or copy examples/minimal, template/, or template-http/ directly.


Install the example server

Both install paths produce a binary named tiny-go-mcp:

bash
# Installs to $(go env GOPATH)/bin/tiny-go-mcp
go install github.com/kioie/tiny-go-mcp-server/cmd/tiny-go-mcp@latest

Or build from source (binary in the repo root):

bash
git clone https://github.com/kioie/tiny-go-mcp-server.git
cd tiny-go-mcp-server
make release   # β†’ ./tiny-go-mcp
MethodBinary nameTypical path
go install …/cmd/tiny-go-mcptiny-go-mcp$(go env GOPATH)/bin/tiny-go-mcp
make build / make releasetiny-go-mcp./tiny-go-mcp in the repo
make installtiny-go-mcp$(go env GOPATH)/bin/tiny-go-mcp

Example tools (reference server)

These tools exist for MCP integration demos, not production logic. Agents should compute math and write greetings in-chat unless they are explicitly testing tool calls.

ToolWhen to useWhen not to / alternativeArguments
addTest that the client can call an addition toolReal arithmetic β†’ compute locally or use a calculator MCPa, b
subtractTest subtraction wiring (use instead of add for subtraction tests)Real arithmetic β†’ compute locallya, b
greetTest a text-returning tool (use instead of add/subtract for messaging demos)User-facing hello β†’ reply in the conversationname (required), greeting (optional)

Connect AI clients

MCP servers communicate over stdio. Point your client at the compiled binary path.

Template config: examples/mcp-client-config.json (copy and set the absolute path to tiny-go-mcp).

Logging: The protocol uses stdin/stdout. Server logs (if any) go to stderr only. Set TINY_GO_MCP_VERBOSE=1 on the server process to enable startup log lines.

Cursor

Settings β†’ Features β†’ MCP β†’ Add server:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Memory logoMemory
    Verified

    Knowledge graph-based persistent memory system.

    πŸ› οΈ Other Tools and Integrations2 views
    Compare vs Memory β†’
  • Sequential Thinking logoSequential Thinking
    Verified

    Dynamic and reflective problem-solving through thought sequences.

    πŸ› οΈ Other Tools and Integrations1 views
    Compare vs Sequential Thinking β†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    πŸ› οΈ Other Tools and Integrations3 views
    Compare vs Time β†’
  • Filesystem logoFilesystem
    Verified

    Secure file operations with configurable access controls.

    πŸ› οΈ Other Tools and Integrations2 views
    Compare vs Filesystem β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Tiny Go MCP Server

It supports stdio (default), streamable HTTP, and legacy SSE transports.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTiny Go MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kioie-tiny-go-mcp-server?style=directory)](https://allmcps.com/mcp/kioie-tiny-go-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/kioie-tiny-go-mcp-server"><img src="https://allmcps.com/api/badge/kioie-tiny-go-mcp-server?style=directory" alt="Tiny Go MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ› οΈOther Tools and Integrations
More technical detailsExpand β–Ύ
Last updatedAug 7, 2026
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 29, 2026
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools19/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ› οΈ Other Tools and Integrations β†’Alternatives to Tiny Go MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code