FsMcp

Neftedollar/FsMcp
★ 8 stars F# 🤖 AI/LLM Updated today
FsMcp is an idiomatic F# toolkit for building Model Context Protocol (MCP) servers and clients with type safety, computation expressions, and zero boilerplate.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "Neftedollar/FsMcp"
      ]
    }
  }
}

README Excerpt

**FsMcp is an idiomatic F# toolkit for building [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers and clients.** It wraps the official [Microsoft ModelContextProtocol .NET SDK](https://github.com/modelcontextprotocol/csharp-sdk) with computation expressions, typed tool handlers, Result-based error handling, and composable middleware — so you can build MCP servers in F# with type safety and zero boilerplate.

Tools (2)

MetricsCollectorTestClient

Topics

aicomputation-expressionsdotnetfsharpllmmcpmodel-context-protocoltyped-tools