Content
Rank #2,823io.github.LatentNoise/content
Turn URLs, files and text into media, transcripts, summaries, translations and PDF.
Content is a Model Context Protocol (MCP) server published by LatentNoise. It ranks #2,823 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Content is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 21, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 112,637 of 115,460 servers on MCP Toplist.
Use Content
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add content -e "CONTENT_API_URL=<your CONTENT_API_URL>" -e "CONTENT_MCP_DOWNLOAD_DIR=<your CONTENT_MCP_DOWNLOAD_DIR>" -- uvx content-mcpReplace each placeholder with your own value before saving.
[mcp_servers.content]
command = "uvx"
args = ["content-mcp"]
[mcp_servers.content.env]
CONTENT_API_URL = "<your CONTENT_API_URL>"
CONTENT_MCP_DOWNLOAD_DIR = "<your CONTENT_MCP_DOWNLOAD_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content": {
"command": "uvx",
"args": [
"content-mcp"
],
"env": {
"CONTENT_API_URL": "<your CONTENT_API_URL>",
"CONTENT_MCP_DOWNLOAD_DIR": "<your CONTENT_MCP_DOWNLOAD_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content": {
"command": "uvx",
"args": [
"content-mcp"
],
"env": {
"CONTENT_API_URL": "<your CONTENT_API_URL>",
"CONTENT_MCP_DOWNLOAD_DIR": "<your CONTENT_MCP_DOWNLOAD_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"content": {
"type": "stdio",
"command": "uvx",
"args": [
"content-mcp"
],
"env": {
"CONTENT_API_URL": "<your CONTENT_API_URL>",
"CONTENT_MCP_DOWNLOAD_DIR": "<your CONTENT_MCP_DOWNLOAD_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content": {
"command": "uvx",
"args": [
"content-mcp"
],
"env": {
"CONTENT_API_URL": "<your CONTENT_API_URL>",
"CONTENT_MCP_DOWNLOAD_DIR": "<your CONTENT_MCP_DOWNLOAD_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"content": {
"command": "uvx",
"args": [
"content-mcp"
],
"env": {
"CONTENT_API_URL": "<your CONTENT_API_URL>",
"CONTENT_MCP_DOWNLOAD_DIR": "<your CONTENT_MCP_DOWNLOAD_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.LatentNoise%2Fcontent)<a href="https://mcptoplist.com/server/io.github.LatentNoise%2Fcontent"><img src="https://mcptoplist.com/badge/io.github.LatentNoise%2Fcontent.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
LatentNoise
Available versions (4)
| Version | Published |
|---|---|
| 0.6.8 | Aug 29, 2026 |
| 0.6.7 | Aug 23, 2026 |
| 0.6.5 | Aug 22, 2026 |
| 0.6.0 | Aug 21, 2026 |
Frequently asked questions
- Who maintains Content?
- Content is maintained by LatentNoise, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Content listed on the Official MCP Registry?
- Yes — Content is listed on the Official MCP Registry.
- How many versions does Content have?
- MCP Toplist tracks 4 versions of Content, most recently published on Aug 29, 2026.
- Where can I find the source code for Content?
- The source code for Content is hosted at github.com/LatentNoise/content.