# AnyMCP > A catalog of MCP servers. Each server is one C# file. Download the file, then point your MCP > client to `dotnet run .cs -v q`. There is no project file, no build step of your own, and > no container. The .NET 10 SDK is the only requirement. - Read https://anymcp.net/install.md one time. The steps are the same for each server. - The last step is different for each MCP client. Ask the user which client they use, then read https://anymcp.net/install/claude-code.md or https://anymcp.net/install/codex.md. - Each server has a page for a machine. Get the `.md` page, and not the HTML page. - The full catalog as JSON: https://anymcp.net/servers.json ## Servers - [date-times-mcp](https://anymcp.net/servers/date-times-mcp/index.md): Provides date and time utilities including current date/time, date calculations, and formatting — status stable, 3 tool(s), tags: datetime, utilities, formatting, calculations. - [generate-password](https://anymcp.net/servers/generate-password/index.md): Generates secure passwords with customizable length and complexity. — status stable, 1 tool(s), tags: password, security, utilities. - [image-utility](https://anymcp.net/servers/image-utility/index.md): Fast image resize/convert/compress, metadata stripping, and thumbnail generation for everyday assets. — status stable, 2 tool(s), tags: images, media, utilities. - [text-format-tools](https://anymcp.net/servers/text-format-tools/index.md): Everyday text utilities—slugify, UUID/ID generation, hashing, Base64/URL encode-decode, case transforms, dedent. — status stable, 11 tool(s), tags: text, utilities. - [win-app-screenshots](https://anymcp.net/servers/win-app-screenshots/index.md): Capture a PNG of a running Windows application window, and give the picture to the model. — status stable, 2 tool(s), tags: windows, screenshots, images, utilities. - [xquik](https://anymcp.net/servers/xquik/index.md): Search and inspect public X posts through the Xquik REST API. — status stable, 2 tool(s), tags: api, social, web. This server needs the environment variable(s) XQUIK_API_KEY. ## Optional - [date-times-mcp.cs](https://anymcp.net/servers/date-times-mcp/date-times-mcp.cs): the C# source of date-times-mcp. Save the file, then run it. - [generate-password.cs](https://anymcp.net/servers/generate-password/generate-password.cs): the C# source of generate-password. Save the file, then run it. - [image-utility.cs](https://anymcp.net/servers/image-utility/image-utility.cs): the C# source of image-utility. Save the file, then run it. - [text-format-tools.cs](https://anymcp.net/servers/text-format-tools/text-format-tools.cs): the C# source of text-format-tools. Save the file, then run it. - [win-app-screenshots.cs](https://anymcp.net/servers/win-app-screenshots/win-app-screenshots.cs): the C# source of win-app-screenshots. Save the file, then run it. - [xquik.cs](https://anymcp.net/servers/xquik/xquik.cs): the C# source of xquik. Save the file, then run it. - [Install guide](https://anymcp.net/install.md): the requirement, the shared steps, and the failures to expect. - [Claude Code setup](https://anymcp.net/install/claude-code.md): the `.mcp.json` shape, the approval prompt, and the removal command. - [Codex setup](https://anymcp.net/install/codex.md): the `.codex/config.toml` shape, the project trust entry, and the restart. - [Catalog for a person](https://anymcp.net/): the same catalog as a web site. - [Source repository](https://github.com/xakpc/anymcp-io): the servers, the site, and the test harness.