MCP Server
Maintained
MIT
io.github.Whitemarmot/copyright01 MCP Server
io.github.Whitemarmot/copyright01
What is the io.github.Whitemarmot/copyright01 MCP server?
Copyright deposit API — protect code, text, and websites with Berne Convention proof
How to install io.github.Whitemarmot/copyright01
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
Authorization
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"copyright01": {
"url": "https://www.copyright01.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"copyright01": {
"serverUrl": "https://www.copyright01.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"copyright01": {
"type": "http",
"url": "https://www.copyright01.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"copyright01": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.copyright01.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http copyright01 https://www.copyright01.com/mcpRelated MCP servers
io.github.Whitemarmot/markly
Maintained
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
1
View repository →TypeScript
MIT
io.github.Whitemarmot/postbolt
Maintained
Publish to 13+ social media platforms from any AI agent via MCP.
0
View repository →TypeScript
MIT