FetchMcpServer 0.1.4-beta
This is a prerelease version of FetchMcpServer.
The VS Code MCP server configuration entry cannot be generated because this package does not include a server.json file. Please refer to the package README and the MCP Configuration Guide for proper setup instructions.
dotnet tool install --global FetchMcpServer --version 0.1.4-beta
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local FetchMcpServer --version 0.1.4-beta
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FetchMcpServer&version=0.1.4-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package FetchMcpServer --version 0.1.4-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fetch Mcp Server
This is a minimal Model Context Protocol (MCP) stdio server that helps to access internet.
Requirements
- .NET 10 SDK (preview) to build/run the
net10.0target. - Network egress to the URLs you plan to fetch.
Quickstart
- Install the .NET 10 SDK and restore packages:
dotnet build Src/Fetch.Mcp.Server.csproj
- Run the server over stdio:
dotnet run --project Src/Fetch.Mcp.Server.csproj
- Wire it into an MCP-compatible client. Example: VS Code, add the following snippet in
mcp.jsonfolder inside.vscodefolder{ "servers": { "fetch-mcp-server": { "type": "stdio", "command": "dotnet", "args": [ "run", "--project", "${workspaceFolder}/Src/" ] } }, "inputs": [] }
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.1.4-beta | 197 | 12/22/2025 | |
| 0.1.3-beta | 157 | 12/22/2025 | |
| 0.1.2-beta | 774 | 12/22/2025 | |
| 0.1.1-beta | 776 | 12/22/2025 | |
| 0.1.0-beta | 776 | 12/22/2025 |