OfficeAgent.NET
Rank #4,816io.github.ilia-sokolov/officeagent
Create and edit real Word documents (filesystem or SharePoint): typed change plans, tracked changes
OfficeAgent.NET is a Model Context Protocol (MCP) server published by ilia-sokolov. It ranks #4,816 of 115,460 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. OfficeAgent.NET is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jul 5, 2026.
Ranks ahead of 110,644 of 115,460 servers on MCP Toplist.
Use OfficeAgent.NET
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add officeagent -e "OfficeAgent__FileSystemConnections__0__ConnectionId=<your OfficeAgent__FileSystemConnections__0__ConnectionId>" -e "OfficeAgent__FileSystemConnections__0__RootPath=<your OfficeAgent__FileSystemConnections__0__RootPath>" -- dnx OfficeAgent.McpReplace each placeholder with your own value before saving.
[mcp_servers.officeagent]
command = "dnx"
args = ["OfficeAgent.Mcp"]
[mcp_servers.officeagent.env]
OfficeAgent__FileSystemConnections__0__ConnectionId = "<your OfficeAgent__FileSystemConnections__0__ConnectionId>"
OfficeAgent__FileSystemConnections__0__RootPath = "<your OfficeAgent__FileSystemConnections__0__RootPath>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"officeagent": {
"command": "dnx",
"args": [
"OfficeAgent.Mcp"
],
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "<your OfficeAgent__FileSystemConnections__0__ConnectionId>",
"OfficeAgent__FileSystemConnections__0__RootPath": "<your OfficeAgent__FileSystemConnections__0__RootPath>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"officeagent": {
"command": "dnx",
"args": [
"OfficeAgent.Mcp"
],
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "<your OfficeAgent__FileSystemConnections__0__ConnectionId>",
"OfficeAgent__FileSystemConnections__0__RootPath": "<your OfficeAgent__FileSystemConnections__0__RootPath>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"officeagent": {
"type": "stdio",
"command": "dnx",
"args": [
"OfficeAgent.Mcp"
],
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "<your OfficeAgent__FileSystemConnections__0__ConnectionId>",
"OfficeAgent__FileSystemConnections__0__RootPath": "<your OfficeAgent__FileSystemConnections__0__RootPath>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"officeagent": {
"command": "dnx",
"args": [
"OfficeAgent.Mcp"
],
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "<your OfficeAgent__FileSystemConnections__0__ConnectionId>",
"OfficeAgent__FileSystemConnections__0__RootPath": "<your OfficeAgent__FileSystemConnections__0__RootPath>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"officeagent": {
"command": "dnx",
"args": [
"OfficeAgent.Mcp"
],
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "<your OfficeAgent__FileSystemConnections__0__ConnectionId>",
"OfficeAgent__FileSystemConnections__0__RootPath": "<your OfficeAgent__FileSystemConnections__0__RootPath>"
}
}
}
}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.ilia-sokolov%2Fofficeagent)<a href="https://mcptoplist.com/server/io.github.ilia-sokolov%2Fofficeagent"><img src="https://mcptoplist.com/badge/io.github.ilia-sokolov%2Fofficeagent.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ilia-sokolov
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jul 5, 2026 |
Frequently asked questions
- Who maintains OfficeAgent.NET?
- OfficeAgent.NET is maintained by ilia-sokolov, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is OfficeAgent.NET listed on the Official MCP Registry?
- Yes — OfficeAgent.NET is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OfficeAgent.NET have?
- MCP Toplist tracks 1 version of OfficeAgent.NET, most recently published on Jul 5, 2026.
- Where can I find the source code for OfficeAgent.NET?
- The source code for OfficeAgent.NET is hosted at github.com/ilia-sokolov/officeagent.net.