MCPArray2Any 10.2025.1212.1802
{ "inputs": [ { "type": "promptString", "id": "MCP_LOG_FILE", "description": "full path to log fdile" } ], "servers": { "MCPArray2Any": { "type": "stdio", "command": "dnx", "args": ["MCPArray2Any@10.2025.1212.1802", "--yes"], "env": { "MCP_LOG_FILE": "${input:MCP_LOG_FILE}" } } } }
.vscode/mcp.json settings file.
dotnet tool install --global MCPArray2Any --version 10.2025.1212.1802
dotnet new tool-manifest
dotnet tool install --local MCPArray2Any --version 10.2025.1212.1802
#tool dotnet:?package=MCPArray2Any&version=10.2025.1212.1802
nuke :add-package MCPArray2Any --version 10.2025.1212.1802
MCP_PDF
MCP to serve a Html Page or an JSON array as PDF For .NET 10:
{ "servers": { "MCP_Array_Any": { "type": "stdio", "command": "dnx", "args": ["MCPArray2Any", "--yes"], "env": { "logMCPFile": "D:\mcp-pdf-.log", } } } }
For .NET 8:
Install
dotnet tool install --global MCPArray2Any --version 8.2025.727.1559
And put into .vscode/mcp.json
{
"servers": {
"MCP_Array_Any": {
"type": "stdio",
"command": "MCP_PDF",
"args": [
],
"env": {
"logMCPFile": "D:\\mcp-pdf-.log",
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}",
"${workspaceFolder}/output"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}
Prompts
Prompt 1:
Please convert this json into html : [ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"} ] and store in a local file
Prompt 2:
Use MCP file system and to find the current folder .
Please convert this json into pdf : [ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"}s ] by saving to result.pdf in the current folder
Prompt 3:
Use MCP file system and to find the current folder .
Please fetch data from https://jsonplaceholder.typicode.com/posts
and save to posts.pdf in the current folder
Prompt 4:
Please convert this toon into csv
users[2]{Name,Surname,Email}: Ignat,Andrei,ignatandrei@yahoo.com Adam,Kowalski,adam.kowalski@notExisting.com
| 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. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2025.1212.1802 | 216 | 12/12/2025 |
| 10.2025.1206.1802 | 216 | 12/6/2025 |
| 10.2025.1206.1538 | 209 | 12/6/2025 |
| 10.2025.1125.656 | 275 | 11/25/2025 |
| 10.2025.1124.656 | 288 | 11/24/2025 |
| 10.2025.1124.542 | 280 | 11/24/2025 |
| 10.2025.1124.507 | 285 | 11/24/2025 |
| 10.2025.1124.331 | 284 | 11/24/2025 |
| 8.2025.727.1559 | 173 | 7/27/2025 |
| 8.2025.727.1521 | 168 | 7/27/2025 |